mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 18:37:36 -02:30
Whitespace cleanup for installer.
This commit is contained in:
@@ -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 == ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user