metrics-for-apps: correcting directory path
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
bc5fa48eb2
commit
1d20c4377f
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@
|
||||||
|
|
||||||
- name: == OCP KVM provisioning == Downloading RHCOS deploy files
|
- name: == OCP KVM provisioning == Downloading RHCOS deploy files
|
||||||
get_url:
|
get_url:
|
||||||
dest: /srv/web/infra/bigfiles/tftpboot/rhcos/
|
dest: /srv/web/infra/bigfiles/tftpboot2/rhcos/
|
||||||
mode: 0755
|
mode: 0755
|
||||||
url: "https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/latest/{{ rhcos_version }}/{{ item }}"
|
url: "https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/latest/{{ rhcos_version }}/{{ item }}"
|
||||||
run_once: True
|
run_once: True
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
- name: == Hardware provisioning == Generating the tftp configuration boot file
|
- name: == Hardware provisioning == Generating the tftp configuration boot file
|
||||||
template:
|
template:
|
||||||
src: ocp_pxeboot.j2
|
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
|
mode: 0755
|
||||||
delegate_to: 127.0.0.1
|
delegate_to: 127.0.0.1
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue