Finish reverting filename -> file as it was
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
9aa7b62166
commit
3d057ffcd6
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
|||
when: template_fullpath is defined
|
||||
run_once: true
|
||||
|
||||
- name: Copy file {{filename}} to temporary file ({{tmpfile.path}})
|
||||
copy: src={{roles_path}}/openshift-apps/{{app}}/files/{{filename}} dest={{tmpfile.path}}
|
||||
- name: Copy file {{file}} to temporary file ({{tmpfile.path}})
|
||||
copy: src={{roles_path}}/openshift-apps/{{app}}/files/{{file}} dest={{tmpfile.path}}
|
||||
when: file is defined
|
||||
run_once: true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue