Skip to content

Commit

Permalink
Hardcode OPM url for rhel8
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Castillo Lema <[email protected]>
  • Loading branch information
josecastillolema authored and akrzos committed Aug 5, 2024
1 parent a0eee95 commit c492c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/bastion-install/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
url: "{{ item.url }}"
dest: "{{ item.dest }}"
with_items:
- url: "{{ release_url }}/latest-4.14/opm-linux.tar.gz"
- url: "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest-4.14/opm-linux.tar.gz"
dest: "{{ bastion_cluster_config_dir }}/opm-linux.tar.gz"
when: ansible_facts['distribution_major_version'] is version('8', '==')

Expand Down

0 comments on commit c492c2d

Please sign in to comment.