fix: value must be stored as a dictionary/hash

This commit is contained in:
Markus Pesch 2025-04-21 22:33:35 +02:00
parent e46a576674
commit 1e2bcabc7f
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -5,5 +5,4 @@
that: that:
- (item.user is defined and item.group is not defined) or - (item.user is defined and item.group is not defined) or
(item.user is not defined and item.group is defined) (item.user is not defined and item.group is defined)
with_items: with_items: "{{ sudo_users_sudoers }}"
- "{{ sudo_users_sudoers }}"