forked from data.coop/ansible
Rename Rallly's env_file to env_file.j2
This commit is contained in:
parent
fa603b07d9
commit
e328c558cf
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
- name: Copy Rallly environment file
|
- name: Copy Rallly environment file
|
||||||
template:
|
template:
|
||||||
src: files/configs/rallly/env_file
|
src: files/configs/rallly/env_file.j2
|
||||||
dest: "{{ rallly.volume_folder }}/env_file"
|
dest: "{{ rallly.volume_folder }}/env_file"
|
||||||
|
|
||||||
- name: Set up Rallly
|
- name: Set up Rallly
|
||||||
|
|
Loading…
Reference in a new issue