mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +03:00
84cd933702
Signed-off-by: Shane McDonald <me@shanemcd.com>
8 lines
208 B
YAML
8 lines
208 B
YAML
# main.yml
|
|
---
|
|
- include_tasks: check_openshift.yml
|
|
when: openshift_host is defined and openshift_host != ''
|
|
|
|
- include_tasks: check_docker.yml
|
|
when: openshift_host is not defined or openshift_host == ''
|