Skip to content

Commit

Permalink
try this now
Browse files Browse the repository at this point in the history
  • Loading branch information
l3acon committed Sep 9, 2024
1 parent 79fb1ea commit 8ff576d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/hub/registries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
ah_host: "{{ automation_hub_url }}"
ah_username: 'admin'
ah_password: "{{ lookup('ansible.builtin.env', 'CONTROLLER_PASSWORD') }}"
loop: "{{ remove_ee_repositories | map(attribute='name' | difference(ah_ee_repositories | map(attribute='name')) }}"
loop: "{{ remove_ee_repositories | map(attribute='name') | difference(ah_ee_repositories | map(attribute='name')) }}"

- name: Add Console EE credential to EE Registry
infra.ah_configuration.ah_ee_registry:
Expand Down

0 comments on commit 8ff576d

Please sign in to comment.