From 5067b932abfb3851258bf6b69b4719584682be32 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 22 Mar 2020 11:59:46 +0100 Subject: [PATCH] Inline that --- ansible/pre-deploy.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index 6316fa1..6d460ce 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -8,11 +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 --custom-env "USER=gitea" --password {{ db_passwd }} --root-password {{ root_db_passwd }}' args: creates: /var/lib/dokku/services/mariadb/gitea