mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Adds docker installation steps (#15)
This commit is contained in:
committed by
GitHub
parent
c1ffa6e5d9
commit
e2a0fd7b0b
9
installer/check_vars/tasks/main.yml
Normal file
9
installer/check_vars/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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 == ''
|
||||
|
||||
Reference in New Issue
Block a user