mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
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 == ''
|
|
|