From 96fad709ad9f097bdcad37d46423b028fe3e024f Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 16 Apr 2017 19:17:22 +0300
Subject: [PATCH] - Pass the idempotence test.

---
 tasks/prune.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tasks/prune.yml b/tasks/prune.yml
index 1c9f804..d9e665b 100644
--- a/tasks/prune.yml
+++ b/tasks/prune.yml
@@ -11,6 +11,8 @@
   register: users_whoami
 
 - name: Get the nobody uid
+  become: False
+  changed_when: False
   command: id -u nobody
   register: users_nobody_uid
 
-- 
GitLab