mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-27 19:23:35 -05:00
8 lines
196 B
YAML
8 lines
196 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 == ''
|