Skip to content

Commit

Permalink
Using a variable instead of hardcoding RHCOS image url
Browse files Browse the repository at this point in the history
  • Loading branch information
hgeaydem committed Oct 11, 2021
1 parent b21dbaa commit cbc2df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/deploy_cluster_sno_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

- name: Downloading live ISO
ansible.builtin.get_url:
url: https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/latest/latest/rhcos-4.8.2-x86_64-live.x86_64.iso
url: "{{ rhcos_iso_url }}"
dest: "/root/lab/base.iso"
mode: 0644
when: not embed_result.stat.exists
Expand Down

0 comments on commit cbc2df2

Please sign in to comment.