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

Tag the role completion memory with always

parent fe2e0bad
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,6 @@
- name: 'Apache | Remember that this role had been run'
set_fact: role_apache_completed=true
when: role_apache_completed is not defined
tags: always
when: '"apache" not in excluded_roles'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment