Replace deprecated "include" with "include_tasks"

This commit is contained in:
Jaron Rolfe 2017-10-15 22:15:11 -04:00
parent ee15db4c7c
commit 67df298f21

View File

@ -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 == ''