mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Replace deprecated "include" with "include_tasks"
This commit is contained in:
parent
ee15db4c7c
commit
67df298f21
@ -1,7 +1,7 @@
|
||||
# main.yml
|
||||
---
|
||||
- include: check_openshift.yml
|
||||
- include_tasks: check_openshift.yml
|
||||
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 == ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user