Drop out onto separate lines

This commit is contained in:
Luke Murphy 2020-03-29 13:55:03 +02:00
parent 5934e081ac
commit 4150d79afc
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 7 additions and 1 deletions

View File

@ -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