Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
John2020-cyber committed Dec 31, 2024
1 parent 216a83c commit d80869f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@

- name: Set fact for list of ManagedCluster names
ansible.builtin.set_fact:
managed_cluster_names: "{{ managed_clusters | map(attribute='name') | list }}"
managed_cluster_names: "{{ managed_cluster_owners | map(attribute='name') | list }}"
when: create_integration_for | length == grafana_integration_response.results | length

- name: Merge existing ManagedCluster names with new ones
Expand Down

0 comments on commit d80869f

Please sign in to comment.