From c07cf038f2148290d81d37c2bcedb05b7f40061c Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 23 Oct 2024 21:47:37 +0200 Subject: [PATCH] dsfg --- 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 074abe52..f1d2dcdc 100644 --- a/roles/mgrote_users/tasks/main.yml +++ b/roles/mgrote_users/tasks/main.yml @@ -41,7 +41,7 @@ community.general.sudoers: name: "users-sudo-{{ item.username }}" state: "{{ item.state | default('present') }}" - user: "{{ item.username }}" + user: "(ALL)" commands: "ALL" host: "ALL" nopassword: "{{ item.allow_passwordless_sudo }}"