2017-08-31 22:21:25 -04:00

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 == ''