Pass name as well
This commit is contained in:
parent
2813cdecdf
commit
3b285674c4
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
- name: Create mariadb database
|
- name: Create mariadb database
|
||||||
shell: |
|
shell: |
|
||||||
dokku mariadb:create
|
dokku mariadb:create gitea
|
||||||
--custom-env "USER=gitea"
|
--custom-env "USER=gitea"
|
||||||
--password {{ db_passwd }}
|
--password {{ db_passwd }}
|
||||||
--root-password {{ root_db_passwd }}
|
--root-password {{ root_db_passwd }}
|
||||||
|
Reference in New Issue
Block a user