revert parts of "506fa8da8d" (explanation inline) #217

Merged
mg merged 33 commits from dbg into master 2024-10-23 22:55:42 +02:00
Showing only changes of commit 31b48cb6c8 - Show all commits

View file

@ -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 }}"