From 31b48cb6c81496a1823be346dbeaa8be6c97b15e Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 23 Oct 2024 21:48:42 +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 f1d2dcdc..7d72eb01 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: "(ALL)" + user: "{{ item.username }} ALL=(ALL)" commands: "ALL" host: "ALL" nopassword: "{{ item.allow_passwordless_sudo }}"