revert parts of "506fa8da8d" (explanation inline) #217
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
user: "{{ item.username }}"
|
||||
commands: "ALL=(ALL)"
|
||||
nopassword: "{{ item.allow_passwordless_sudo }}"
|
||||
validation: absent #todo
|
||||
loop: '{{ users }}'
|
||||
when: item.allow_sudo|default(false) and item.allow_sudo is defined
|
||||
#no_log: true
|
||||
|
|
Loading…
Reference in a new issue