From 7298a8c9930c1cc207101b281ba877a009a0a81b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 22 Mar 2020 12:04:31 +0100 Subject: [PATCH] Drop custom-env See https://github.com/dokku/dokku-mariadb/issues/89 --- ansible/pre-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index 6d460ce..b611c1e 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -8,7 +8,7 @@ - yml - name: Create mariadb database - shell: 'dokku mariadb:create gitea --custom-env "USER=gitea" --password {{ db_passwd }} --root-password {{ root_db_passwd }}' + shell: "dokku mariadb:create gitea --password {{ db_passwd }} --root-password {{ root_db_passwd }}" args: creates: /var/lib/dokku/services/mariadb/gitea