fix: value must be stored as a dictionary/hash
This commit is contained in:
parent
e46a576674
commit
1e2bcabc7f
@ -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 }}"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user