Skip to content

Commit

Permalink
Added loop label when saving account credentials to vault in `secrets…
Browse files Browse the repository at this point in the history
…_to_vault` role
  • Loading branch information
AllRWeak authored and at3rva committed Dec 19, 2023
1 parent f4c066c commit 3884a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nova/core/roles/secrets_to_vault/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
loop: "{{ accounts }}"
loop_control:
loop_var: account
label: "{{ account.username }}"
when:
- secrets == []
- customization_context == "host" # Alternative is container that doesn't need this task because it's running on the host

0 comments on commit 3884a90

Please sign in to comment.