diff --git a/tasks/deploy_cluster_sno_iso.yml b/tasks/deploy_cluster_sno_iso.yml index 0f247ec..46efa5d 100644 --- a/tasks/deploy_cluster_sno_iso.yml +++ b/tasks/deploy_cluster_sno_iso.yml @@ -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