dfg
This commit is contained in:
parent
69b7938e31
commit
47ed42905a
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
||||||
user: "{{ item.username }}"
|
user: "{{ item.username }}"
|
||||||
commands: "ALL=(ALL)"
|
commands: "ALL=(ALL)"
|
||||||
nopassword: "{{ item.allow_passwordless_sudo }}"
|
nopassword: "{{ item.allow_passwordless_sudo }}"
|
||||||
|
validation: absent #todo
|
||||||
loop: '{{ users }}'
|
loop: '{{ users }}'
|
||||||
when: item.allow_sudo|default(false) and item.allow_sudo is defined
|
when: item.allow_sudo|default(false) and item.allow_sudo is defined
|
||||||
#no_log: true
|
#no_log: true
|
||||||
|
|
Loading…
Reference in a new issue