Change include_task to depreciated include due to what looks like incompatibility with test harness

master
James McCallum 2017-09-26 05:14:53 +10:00
parent e68f0cbd16
commit 4f1a0f3d91
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
---
- include_tasks: setup-RedHat.yml
- include: setup-RedHat.yml
when: ansible_os_family == 'RedHat'
- include_tasks: setup-Debian.yml
- include: setup-Debian.yml
when: ansible_os_family == 'Debian'
- name: Install Docker.
@ -14,8 +14,8 @@
state: started
enabled: yes
- include_tasks: docker-compose.yml
- include: docker-compose.yml
when: docker_install_compose
- include_tasks: docker-users.yml
- include: docker-users.yml
when: docker_users