Inline that
This commit is contained in:
parent
3b285674c4
commit
5067b932ab
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user