Fixed errors in filenames

This commit is contained in:
Patrick Marchand 2019-05-06 23:41:36 +02:00
parent d8385bff84
commit 1fc8b2b9f9
3 changed files with 8 additions and 8 deletions

View file

@ -17,12 +17,12 @@ And force it to update:
- "templates/evoadmin-web/evoadmin.{{ host_group }}.conf.j2"
- "templates/evoadmin-web/evoadmin.conf.j2"
And force it to update:
evoadmin_web_conf_force: True
evoadmin_force_vhost: True
# Set custom config.local.php
- "templates/evoadmin-web/config.local.{{ inventory_hostname }}.conf.j2"
- "templates/evoadmin-web/config.local.{{ host_group }}.conf.j2"
- "templates/evoadmin-web/config.local.conf.j2"
- "templates/evoadmin-web/config.local.{{ inventory_hostname }}.php.j2"
- "templates/evoadmin-web/config.local.{{ host_group }}.php.j2"
- "templates/evoadmin-web/config.local.php.j2"
And force it to update:
evoadmin_web_config_local_php_force: True

View file

@ -27,5 +27,5 @@
- "templates/evoadmin-web/web-mail.{{ inventory_hostname }}.tpl.j2"
- "templates/evoadmin-web/web-mail.{{ host_group }}.tpl.j2"
- "templates/evoadmin-web/web-mail.tpl.j2"
- "web-mail.default.tpl.j2"
- "web-mail.tpl.j2"
register: web_mail_tpl_template

View file

@ -54,8 +54,8 @@
group: evoadmin
force: "{{ evoadmin_web_config_local_php_force | bool }}"
with_first_found:
- "templates/evoadmin-web/config.local.{{ inventory_hostname }}.conf.j2"
- "templates/evoadmin-web/config.local.{{ host_group }}.conf.j2"
- "templates/evoadmin-web/config.local.conf.j2"
- "templates/evoadmin-web/config.local.{{ inventory_hostname }}.php.j2"
- "templates/evoadmin-web/config.local.{{ host_group }}.php.j2"
- "templates/evoadmin-web/config.local.php.j2"
- "config.local.conf.j2"
register: evoadmin_web_config_local_php_template