From 96986446adb113882714bd0e127e585938a1774a Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Thu, 2 Jun 2016 17:13:25 +0200
Subject: [PATCH] Tag the role completion memory with always

---
 tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/main.yml b/tasks/main.yml
index 9e87e30..ae57ed5 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -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'
-- 
GitLab