This commit is contained in:
Michael Grote 2024-10-23 21:42:36 +02:00
parent eecf4f5448
commit b884bdf9d3

View file

@ -43,6 +43,7 @@
state: "{{ item.state | default('present') }}"
user: "{{ item.username }}"
commands: ALL
host: ALL
nopassword: "{{ item.allow_passwordless_sudo }}"
validation: absent #todo required
loop: '{{ users }}'