Drop out onto separate lines
This commit is contained in:
parent
5934e081ac
commit
4150d79afc
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user