Skip to content
Snippets Groups Projects
Commit f917555d authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#72 All includes are now include_tasks and they...

ansible-playbooks/general#72 All includes are now include_tasks and they always have a tag associated
parent 6a4bb818
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,11 @@
- name: "Docker Role"
set_fact: role_docker_started=true
tags: always
tags: 'always'
- block:
- import_tasks: install.yml
- include_tasks: install.yml
tags: 'always'
when: '"docker" not in excluded_roles'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment