From 2813cdecdff38e38398fb007226834162fb6660e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 22 Mar 2020 11:55:35 +0100 Subject: [PATCH] Fix var --- 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 a3119db..04e64ac 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -11,7 +11,7 @@ shell: | dokku mariadb:create --custom-env "USER=gitea" - --password {{ db_paswd }} + --password {{ db_passwd }} --root-password {{ root_db_passwd }} args: creates: /var/lib/dokku/services/mariadb/gitea