Inline that

This commit is contained in:
Luke Murphy 2020-03-22 11:59:46 +01:00
parent 3b285674c4
commit 5067b932ab
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 5 deletions

View File

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