From 6d060ef363ea9e9f6b5e8af0830f19db038d893e Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 23 Oct 2024 22:00:54 +0200 Subject: [PATCH] dfg --- roles/mgrote_users/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mgrote_users/tasks/main.yml b/roles/mgrote_users/tasks/main.yml index 39033fda..e1482991 100644 --- a/roles/mgrote_users/tasks/main.yml +++ b/roles/mgrote_users/tasks/main.yml @@ -63,4 +63,4 @@ state: "{{ item.state | default('present') }}" loop: '{{ users }}' when: (item.allow_sudo|default(false) and item.allow_sudo is defined) and (item.state == absent) - no_log: true + # no_log: true