From b5166f4fc6390d7b79f814b2f2f91fafec02e2ae Mon Sep 17 00:00:00 2001 From: Henry Geay de Montenon Date: Mon, 18 Oct 2021 20:19:03 +0200 Subject: [PATCH] Fixing variables --- tasks/deploy_cluster_sno_iso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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