mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2023-12-14 15:00
This commit is contained in:
@@ -6,4 +6,4 @@ CONF_DIR={{ squashtm_root_dir }}/etc
|
||||
LOG_DIR={{ squashtm_root_dir }}/logs
|
||||
TOMCAT_HOME={{ squashtm_root_dir }}/data/tomcat
|
||||
PLUGINS_DIR={{ squashtm_root_dir }}/app/plugins
|
||||
DB_TYPE={{ (squashtm_db_engine == 'postgres') | ternary('postgresql', 'mysql') }}
|
||||
DB_TYPE={{ (squashtm_db_engine == 'postgres') | ternary('postgresql', 'mariadb') }}
|
||||
|
Reference in New Issue
Block a user