mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
Change include_task to depreciated include due to what looks like incompatibility with test harness
This commit is contained in:
parent
e68f0cbd16
commit
4f1a0f3d91
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user