Inline that
This commit is contained in:
parent
3b285674c4
commit
5067b932ab
@ -8,11 +8,7 @@
|
|||||||
- yml
|
- yml
|
||||||
|
|
||||||
- name: Create mariadb database
|
- name: Create mariadb database
|
||||||
shell: |
|
shell: 'dokku mariadb:create gitea --custom-env "USER=gitea" --password {{ db_passwd }} --root-password {{ root_db_passwd }}'
|
||||||
dokku mariadb:create gitea
|
|
||||||
--custom-env "USER=gitea"
|
|
||||||
--password {{ db_passwd }}
|
|
||||||
--root-password {{ root_db_passwd }}
|
|
||||||
args:
|
args:
|
||||||
creates: /var/lib/dokku/services/mariadb/gitea
|
creates: /var/lib/dokku/services/mariadb/gitea
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user