From f6b932d4e3f206c6ec23e42e7aedce15a1b164b5 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 7 Jul 2023 02:10:48 +0300 Subject: [PATCH] Fix typo in comment --- group_vars/mash_servers | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/group_vars/mash_servers b/group_vars/mash_servers index 1de25dd..1f2f242 100644 --- a/group_vars/mash_servers +++ b/group_vars/mash_servers @@ -1964,8 +1964,7 @@ mariadb_base_path: "{{ mash_playbook_base_path }}/{{ mash_playbook_service_base_ mariadb_uid: "{{ mash_playbook_uid }}" mariadb_gid: "{{ mash_playbook_gid }}" -# This will be extended in the future, to auto-create datases for services -# which depend on MariaDB. +# This will be extended in the future, to auto-create databases for services which depend on MariaDB. # See `devture_postgres_managed_databases_auto` mariadb_managed_databases_auto: []