From 3b285674c4c254957f0323135eed61264850fc33 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 22 Mar 2020 11:56:20 +0100 Subject: [PATCH] Pass name as well --- 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 04e64ac..6316fa1 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -9,7 +9,7 @@ - name: Create mariadb database shell: | - dokku mariadb:create + dokku mariadb:create gitea --custom-env "USER=gitea" --password {{ db_passwd }} --root-password {{ root_db_passwd }}