From 47ed42905acf33ead73a9dbecc3109ec17374f10 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 23 Oct 2024 21:41:00 +0200 Subject: [PATCH] dfg --- roles/mgrote_users/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mgrote_users/tasks/main.yml b/roles/mgrote_users/tasks/main.yml index 0ec2843e..8e9aeaa2 100644 --- a/roles/mgrote_users/tasks/main.yml +++ b/roles/mgrote_users/tasks/main.yml @@ -44,6 +44,7 @@ user: "{{ item.username }}" commands: "ALL=(ALL)" nopassword: "{{ item.allow_passwordless_sudo }}" + validation: absent #todo loop: '{{ users }}' when: item.allow_sudo|default(false) and item.allow_sudo is defined #no_log: true