From 667ac2f91e95f865fa61b290790fe0fe0c38f81d Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 10 Mar 2023 16:58:05 -0600 Subject: [PATCH] feat: allow zoneminder's apache config to contain the FQDN --- tasks/debian/web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/debian/web.yml b/tasks/debian/web.yml index dcc4e4f..273655a 100644 --- a/tasks/debian/web.yml +++ b/tasks/debian/web.yml @@ -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