Skip to content
Snippets Groups Projects
Commit ec288721 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 34b73483
Branches
No related tags found
No related merge requests found
......@@ -3,12 +3,12 @@
- name: "Common Auth Role"
set_fact: role_commonauth_started=true
tags: always
tags: 'always'
- block:
- set_fact: append=yes
tags: always
tags: 'always'
- set_fact: append=no
tags: 'Reset'
......@@ -43,6 +43,6 @@
- name: 'Remember that this role had been run'
set_fact: role_commonauth_completed=true
tags: always
tags: 'always'
when: '"commonauth" not in excluded_roles and role_commonauth_completed is not defined'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment