mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 07:47:44 -02:30
Move installer roles into roles directory
Signed-off-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
7
installer/roles/check_vars/tasks/main.yml
Normal file
7
installer/roles/check_vars/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
# main.yml
|
||||
---
|
||||
- include_tasks: check_openshift.yml
|
||||
when: openshift_host is defined and openshift_host != ''
|
||||
|
||||
- include_tasks: check_docker.yml
|
||||
when: openshift_host is not defined or openshift_host == ''
|
||||
Reference in New Issue
Block a user