fix: Incorrect dictionary key reference
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
data:
|
||||
- groups: group1,group2
|
||||
passwordHash: "{{ item.password }}"
|
||||
loop: "{{ components['local-user-authenticator'].users }}"
|
||||
loop: "{{ components.pinniped['local-user-authenticator'].users }}"
|
||||
|
||||
- block:
|
||||
|
||||
|
Reference in New Issue
Block a user