Skip to content

Commit d5a771f

Browse files
authored
Update parcels.yml to handle multiple cluster definitions (#189)
Fix the case where more than 1 cluster exists Signed-off-by: Chuck Levesque <[email protected]>
1 parent 58c4206 commit d5a771f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/deployment/repometa/tasks/parcels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
url_password: "{{ parcel_repo_password | default(omit) }}"
2525
run_once: true
2626
register: manifests
27-
loop: "{{ repositories }}"
27+
loop: "{{ cluster.repositories }}"
2828
loop_control:
2929
loop_var: repository
3030
check_mode: no

0 commit comments

Comments
 (0)