Skip to content

Commit

Permalink
Support latest ansible.
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Dec 12, 2017
1 parent 0bf7143 commit 87702ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---

- include: setup.yml
- import_tasks: setup.yml
when: docker_enabled and docker_setup
tags: [docker, docker-setup]

- include: docker.yml
- import_tasks: docker.yml
when: docker_enabled and docker_run
tags: [docker, docker-run]

0 comments on commit 87702ff

Please sign in to comment.