Skip to content

Commit

Permalink
Merge pull request #37 from pad92/patch-1
Browse files Browse the repository at this point in the history
'include' for tasks has been deprecated
  • Loading branch information
geerlingguy committed May 2, 2018
2 parents 0eafc6a + f3076ba commit 9cf251d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/main.yml
@@ -1,8 +1,8 @@
---
- include: setup-RedHat.yml
- include_tasks: setup-RedHat.yml
when: ansible_os_family == 'RedHat'

- include: setup-Debian.yml
- include_tasks: setup-Debian.yml
when: ansible_os_family == 'Debian'

- name: Install Docker.
Expand All @@ -14,5 +14,5 @@
state: started
enabled: yes

- include: docker-compose.yml
- include_tasks: docker-compose.yml
when: docker_install_compose

0 comments on commit 9cf251d

Please sign in to comment.