mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 04:58:36 -05:00
Replace deprecated "include" with "include_tasks"
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# main.yml
|
# main.yml
|
||||||
---
|
---
|
||||||
- include: check_openshift.yml
|
- include_tasks: check_openshift.yml
|
||||||
when: openshift_host is defined and openshift_host != ''
|
when: openshift_host is defined and openshift_host != ''
|
||||||
|
|
||||||
- include: check_docker.yml
|
- include_tasks: check_docker.yml
|
||||||
when: openshift_host is not defined or openshift_host == ''
|
when: openshift_host is not defined or openshift_host == ''
|
||||||
|
|||||||
Reference in New Issue
Block a user