From 1d20c4377f547c3d46d1aedcf51a06da7027fecd Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Thu, 29 Jul 2021 11:36:24 +0100 Subject: [PATCH] metrics-for-apps: correcting directory path Signed-off-by: David Kirwan --- playbooks/manual/ocp4-place-ignitionfiles.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/manual/ocp4-place-ignitionfiles.yml b/playbooks/manual/ocp4-place-ignitionfiles.yml index de8050472e..a65fb8e3e5 100644 --- a/playbooks/manual/ocp4-place-ignitionfiles.yml +++ b/playbooks/manual/ocp4-place-ignitionfiles.yml @@ -67,7 +67,7 @@ - name: == OCP KVM provisioning == Downloading RHCOS deploy files get_url: - dest: /srv/web/infra/bigfiles/tftpboot/rhcos/ + dest: /srv/web/infra/bigfiles/tftpboot2/rhcos/ mode: 0755 url: "https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/latest/{{ rhcos_version }}/{{ item }}" run_once: True @@ -81,7 +81,7 @@ - name: == Hardware provisioning == Generating the tftp configuration boot file template: src: ocp_pxeboot.j2 - dest: /srv/web/infra/bigfiles/tftpboot/rhcos/{{ mac0 | lower | replace(":","-") }} + dest: /srv/web/infra/bigfiles/tftpboot2/rhcos/{{ mac0 | lower | replace(":","-") }} mode: 0755 delegate_to: 127.0.0.1 tags: