From 4150d79afc766701fff83d2ab9865fc8564c3648 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 29 Mar 2020 13:55:03 +0200 Subject: [PATCH] Drop out onto separate lines --- ansible/pre-deploy.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index 7585020..2a6604d 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -23,7 +23,13 @@ state: present - name: Create mariadb database - shell: "dokku mariadb:create 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