feat: allow zoneminder's apache config to contain the FQDN

This commit is contained in:
adam 2023-03-10 16:58:05 -06:00
parent a80b81dfdb
commit 667ac2f91e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
- name: ZoneMinder | Debian | Webserver | Adding apache app-config
ansible.builtin.template:
src: 'templates/etc/apache2/sites-available/zoneminder.conf.j2'
dest: '/etc/apache2/sites-available/site_zoneminder_app.conf'
dest: "/etc/apache2/sites-available/site_{{ZM_CONFIG.apache.name | default('zoneminder')}}_app.conf"
owner: 'root'
group: 'root'
mode: 0644