dsfg
This commit is contained in:
parent
3f2588c0ce
commit
c07cf038f2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
community.general.sudoers:
|
community.general.sudoers:
|
||||||
name: "users-sudo-{{ item.username }}"
|
name: "users-sudo-{{ item.username }}"
|
||||||
state: "{{ item.state | default('present') }}"
|
state: "{{ item.state | default('present') }}"
|
||||||
user: "{{ item.username }}"
|
user: "(ALL)"
|
||||||
commands: "ALL"
|
commands: "ALL"
|
||||||
host: "ALL"
|
host: "ALL"
|
||||||
nopassword: "{{ item.allow_passwordless_sudo }}"
|
nopassword: "{{ item.allow_passwordless_sudo }}"
|
||||||
|
|
Loading…
Reference in a new issue