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