dfg
This commit is contained in:
parent
eecf4f5448
commit
b884bdf9d3
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
||||||
state: "{{ item.state | default('present') }}"
|
state: "{{ item.state | default('present') }}"
|
||||||
user: "{{ item.username }}"
|
user: "{{ item.username }}"
|
||||||
commands: ALL
|
commands: ALL
|
||||||
|
host: ALL
|
||||||
nopassword: "{{ item.allow_passwordless_sudo }}"
|
nopassword: "{{ item.allow_passwordless_sudo }}"
|
||||||
validation: absent #todo required
|
validation: absent #todo required
|
||||||
loop: '{{ users }}'
|
loop: '{{ users }}'
|
||||||
|
|
Loading…
Reference in a new issue