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 3f2588c0ce - Show all commits

View file

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