Rename file to filename
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
8cb5e06226
commit
565b18e27e
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@
|
||||||
when: template_fullpath is defined
|
when: template_fullpath is defined
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
- name: Copy file {{file}} to temporary file ({{tmpfile.path}})
|
- name: Copy file {{filename}} to temporary file ({{tmpfile.path}})
|
||||||
copy: src={{roles_path}}/openshift-apps/{{app}}/files/{{file}} dest={{tmpfile.path}}
|
copy: src={{roles_path}}/openshift-apps/{{app}}/files/{{filename}} dest={{tmpfile.path}}
|
||||||
when: file is defined
|
when: filename is defined
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
- name: Call `oc apply` on the copied file
|
- name: Call `oc apply` on the copied file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue