This commit is contained in:
Michael Grote 2024-10-23 21:47:37 +02:00
parent 3f2588c0ce
commit c07cf038f2

View file

@ -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 }}"