From 3fa7719465598e3723bd9e4d329ccf0ea0b39e07 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 29 Oct 2024 08:30:59 +0100 Subject: [PATCH] change database configuration file name for multi application installations --- inventory.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory.yml b/inventory.yml index 19c80df..84e891e 100644 --- a/inventory.yml +++ b/inventory.yml @@ -9,7 +9,7 @@ config: .base: &base local: true deploy_path: /home/XXX/{{application}}_{{alias}} - db_conf_path: /home/XXX/dbConf/.my_{{alias}}.cnf # optional for database actions + db_conf_path: /home/XXX/dbConf/.{{application}}_{{alias}}.cnf # optional for database actions shared_files: - .htaccess - .htpasswd