Skip to content

Commit

Permalink
Fixing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hgeaydem committed Oct 18, 2021
1 parent d0681be commit b5166f4
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: "{{ rhcos_iso_url }}"
url: "{{ ocp4_aio_rhcos_iso_url }}"
dest: "/root/lab/base.iso"
mode: 0644
when: not embed_result.stat.exists
Expand Down

0 comments on commit b5166f4

Please sign in to comment.