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:
2022-08-25 18:21:24 -05:00
parent 5046c5372d
commit 88d2042a55

View File

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