From 3f2588c0ceb1e3c566bf7c1f5ac07c798a1650e0 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 23 Oct 2024 21:44:44 +0200 Subject: [PATCH] dfg --- roles/mgrote_users/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/mgrote_users/tasks/main.yml b/roles/mgrote_users/tasks/main.yml index 03b2d95e..074abe52 100644 --- a/roles/mgrote_users/tasks/main.yml +++ b/roles/mgrote_users/tasks/main.yml @@ -42,8 +42,8 @@ name: "users-sudo-{{ item.username }}" state: "{{ item.state | default('present') }}" user: "{{ item.username }}" - commands: ALL - host: ALL + commands: "ALL" + host: "ALL" nopassword: "{{ item.allow_passwordless_sudo }}" validation: absent #todo required loop: '{{ users }}'