mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 06:14:17 +00:00
Fix typo in comment
This commit is contained in:
parent
7d07296287
commit
f6b932d4e3
1 changed files with 1 additions and 2 deletions
|
@ -1964,8 +1964,7 @@ mariadb_base_path: "{{ mash_playbook_base_path }}/{{ mash_playbook_service_base_
|
||||||
mariadb_uid: "{{ mash_playbook_uid }}"
|
mariadb_uid: "{{ mash_playbook_uid }}"
|
||||||
mariadb_gid: "{{ mash_playbook_gid }}"
|
mariadb_gid: "{{ mash_playbook_gid }}"
|
||||||
|
|
||||||
# This will be extended in the future, to auto-create datases for services
|
# This will be extended in the future, to auto-create databases for services which depend on MariaDB.
|
||||||
# which depend on MariaDB.
|
|
||||||
# See `devture_postgres_managed_databases_auto`
|
# See `devture_postgres_managed_databases_auto`
|
||||||
mariadb_managed_databases_auto: []
|
mariadb_managed_databases_auto: []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue