From 88d2042a55a789b58fdd313b4fc523246b2bee5f Mon Sep 17 00:00:00 2001 From: zware Date: Thu, 25 Aug 2022 18:21:24 -0500 Subject: [PATCH] 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 --- media-buildout.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-buildout.yml b/media-buildout.yml index 522e0b3..88e6f69 100644 --- a/media-buildout.yml +++ b/media-buildout.yml @@ -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"