fix: Incorrect dictionary key reference

This commit is contained in:
2023-10-22 20:49:35 +02:00
parent 3b89aed52b
commit e4cfc26e2c
2 changed files with 5 additions and 5 deletions

View File

@ -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: