chore: Refactor dictionary structure
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -29,9 +29,11 @@
|
||||
namespace: local-user-authenticator
|
||||
type: ''
|
||||
data:
|
||||
- groups: group1,group2
|
||||
passwordHash: "{{ item.password }}"
|
||||
loop: "{{ components.pinniped['local-user-authenticator'].users }}"
|
||||
- key: groups:
|
||||
value: "{{ 'group1,group2' | b64encode }}"
|
||||
- key: passwordHash
|
||||
value: "{{ item.password | b64encode }}"
|
||||
loop: "{{ components['localuserauthenticator'].users }}"
|
||||
|
||||
- block:
|
||||
|
||||
|
Reference in New Issue
Block a user