From b884bdf9d3c6925fd1404e55fe8829f1be0f0694 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 23 Oct 2024 21:42:36 +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 fc1f905b..03b2d95e 100644 --- a/roles/mgrote_users/tasks/main.yml +++ b/roles/mgrote_users/tasks/main.yml @@ -43,6 +43,7 @@ state: "{{ item.state | default('present') }}" user: "{{ item.username }}" commands: ALL + host: ALL nopassword: "{{ item.allow_passwordless_sudo }}" validation: absent #todo required loop: '{{ users }}'