feat: allow zoneminder's apache config to contain the FQDN
This commit is contained in:
parent
51ce9d82a6
commit
ba97fe4dce
|
|
@ -157,7 +157,7 @@
|
||||||
when: site.state == 'present'
|
when: site.state == 'present'
|
||||||
vars:
|
vars:
|
||||||
site: "{{ defaults_site | combine(site_item.value, recursive=true) }}"
|
site: "{{ defaults_site | combine(site_item.value, recursive=true) }}"
|
||||||
name: "{{ site_item.key | safe_key }}"
|
name: "{{ site_item.value.name | default(site_item.key) }}"
|
||||||
path: "{{ site.serve.path }}"
|
path: "{{ site.serve.path }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: site_item
|
loop_var: site_item
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue