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

Tag the role completion memory with always

parent 36e7bc76
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,6 @@
- name: 'PHP | Remember that this role had been run'
set_fact: role_php_completed=true
when: role_php_completed is not defined
tags: always
when: '"php" 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