From af056c06fe04a284b4fcf9b28096f3a7448b9e9a Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Mon, 10 Jun 2019 20:20:01 +0200
Subject: [PATCH] ansible-playbooks/general#85 Linting [skip-ci]

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

diff --git a/tasks/main.yml b/tasks/main.yml
index f615a5e..cc11882 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -8,7 +8,7 @@
 - name: Check requirements: is the user hash defined
   local_action: shell echo "There are no users defined"
   when: not users
-  changed_when: false
+  changed_when: no
   failed_when: not users
 
 - import_tasks: cleanup.yml
-- 
GitLab