dfg
Some checks failed
ansible-lint / gitleaks (pull_request) Successful in 3s
ansible-lint / Ansible Lint (pull_request) Failing after 30s

This commit is contained in:
Michael Grote 2024-10-23 22:03:30 +02:00
parent 7d507da49a
commit f3e44bb633

View file

@ -38,7 +38,7 @@
#no_log: true
# teilweiser revert von https://git.mgrote.net/mg/homeserver/commit/506fa8da8d8c4ca74d0d78d044468b991d0d560a
# das modul hat die Sudoers falsch erstellt:
# das modul erstellt die sudoers falsch:
# richtig: ansible-user ALL=(ALL) NOPASSWD:ALL
# falsch: ansible-user ALL=NOPASSWD: ALL
# damit failed ansible wenn der become_user != ansible-user ist
@ -62,5 +62,5 @@
path: "/etc/sudoers.d/users-sudo-{{ item.username }}"
state: "{{ item.state | default('present') }}"
loop: '{{ users }}'
when: (item.allow_sudo|default(false) and item.allow_sudo is defined) and (item.state is absent)
when: (item.allow_sudo|default(false) and item.allow_sudo is defined) and ("absent" in item.state)
# no_log: true