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