Finish reverting filename -> file as it was

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-04-12 23:42:14 +02:00
parent 9aa7b62166
commit 3d057ffcd6

View file

@ -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