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
|
||||
ansible.builtin.copy:
|
||||
src: environment
|
||||
dest: /etc/environment
|
||||
dest: /opt/environment
|
||||
owner: zware
|
||||
group: zware
|
||||
mode: "0600"
|
||||
|
||||
Reference in New Issue
Block a user