move environment file deploy
place the env file with the docker-compose in opt this will centralize the config and make it easier to manage
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
- name: Copy env file
|
- name: Copy env file
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: environment
|
src: environment
|
||||||
dest: /etc/environment
|
dest: /opt/environment
|
||||||
owner: zware
|
owner: zware
|
||||||
group: zware
|
group: zware
|
||||||
mode: "0600"
|
mode: "0600"
|
||||||
|
|||||||
Reference in New Issue
Block a user