mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 15:08:03 -03:30
10 lines
200 B
YAML
10 lines
200 B
YAML
# main.yml
|
|
---
|
|
|
|
- include: check_openshift.yml
|
|
when: openshift_host is defined and openshift_host != ''
|
|
|
|
- include: check_docker.yml
|
|
when: openshift_host is not defined or openshift_host == ''
|
|
|