Pass name as well

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

View File

@ -9,7 +9,7 @@
- name: Create mariadb database
shell: |
dokku mariadb:create
dokku mariadb:create gitea
--custom-env "USER=gitea"
--password {{ db_passwd }}
--root-password {{ root_db_passwd }}