dfg
This commit is contained in:
parent
b884bdf9d3
commit
3f2588c0ce
1 changed files with 2 additions and 2 deletions
|
@ -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 }}'
|
||||
|
|
Loading…
Reference in a new issue