Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
l3acon committed Aug 29, 2024
1 parent 9cf4db1 commit c2a0654
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
10 changes: 5 additions & 5 deletions openshift/hub/registries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
ah_password: "{{ lookup('ansible.builtin.env', 'CONTROLLER_PASSWORD') }}"
loop: "{{ ah_ee_registries }}"

- name: Pull EE images
infra.ah_configuration.ah_ee_image:
- name: Index AH registries
infra.ah_configuration.ah_ee_registry_index:
name: "{{ item.name }}"
state: present
tags: "{{ item.tags }}"
wait: true
timeout: 300
ah_host: "{{ automation_hub_url }}"
ah_username: 'admin'
ah_password: "{{ lookup('ansible.builtin.env', 'CONTROLLER_PASSWORD') }}"
loop: "{{ ah_ee_images }}"
loop: "{{ ah_ee_registries }}"
7 changes: 0 additions & 7 deletions openshift/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,6 @@ controller_templates:
ah_ee_registries:
- name: rh-registry
url: https://registry.redhat.io
ah_ee_images:
- name: registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9
tags:
- latest
- name: registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9
tags:
- latest

- name: OpenShift / CNV / Install Operator
job_type: run
Expand Down

0 comments on commit c2a0654

Please sign in to comment.