Skip to content

Commit

Permalink
Update parcels.yml to handle multiple cluster definitions (#189)
Browse files Browse the repository at this point in the history
Fix the case where more than 1 cluster exists

Signed-off-by: Chuck Levesque <clevesque@cloudera.com>
  • Loading branch information
clevesque authored Feb 29, 2024
1 parent 58c4206 commit d5a771f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/deployment/repometa/tasks/parcels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
url_password: "{{ parcel_repo_password | default(omit) }}"
run_once: true
register: manifests
loop: "{{ repositories }}"
loop: "{{ cluster.repositories }}"
loop_control:
loop_var: repository
check_mode: no
Expand Down

0 comments on commit d5a771f

Please sign in to comment.