Whitespace cleanup for installer.

This commit is contained in:
Jeff Geerling
2017-09-07 14:21:28 -07:00
parent 0489d945fb
commit 6abffcb1df
7 changed files with 16 additions and 21 deletions

View File

@@ -1,9 +1,7 @@
# main.yml
---
- include: check_openshift.yml
- include: check_openshift.yml
when: openshift_host is defined and openshift_host != ''
- include: check_docker.yml
- include: check_docker.yml
when: openshift_host is not defined or openshift_host == ''