mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 18:37:39 -02:30
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