diff --git a/tasks/prune.yml b/tasks/prune.yml
index 1c9f8045bd723ed68aca85bf446e3590523c5ade..d9e665b26f60cd9c9c85e4cee2778509f801d32c 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