1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00
awx/installer/check_vars/tasks/main.yml

8 lines
208 B
YAML
Raw Normal View History

2017-09-01 05:21:25 +03:00
# main.yml
---
- include_tasks: check_openshift.yml
2017-09-01 05:21:25 +03:00
when: openshift_host is defined and openshift_host != ''
- include_tasks: check_docker.yml
2017-09-01 05:21:25 +03:00
when: openshift_host is not defined or openshift_host == ''