diff --git a/tasks/create_users_groups.yml b/tasks/create_users_groups.yml
index c6627e97972ad06afa1a486f6fc6f929fcc91942..52a5ae2f97e8fe19701d5d17ecbc44ae61e39343 100644
--- a/tasks/create_users_groups.yml
+++ b/tasks/create_users_groups.yml
@@ -40,6 +40,7 @@
   when:
     - item.value.state == "present"
     - item.key != ansible_user        # we cannot modify the user that is used to make the connection, because the Python process uses it
+  no_log: true
 
 - name: lock HUMAN users
   ansible.builtin.user:
@@ -67,6 +68,7 @@
   when:
     - item.value.state == "present"
     - item.key != ansible_user        # we cannot modify the user that is used to make the connection, because the Python process uses it
+  no_log: true
 
 - name: lock ROBOT users
   ansible.builtin.user: