vhost: move variable definition from set_fact to vars

This commit is contained in:
uumas
2025-03-28 04:18:47 +02:00
parent c26c3f8b8e
commit 0deed89c3f
3 changed files with 35 additions and 35 deletions

View File

@@ -6,7 +6,7 @@
# yamllint disable rule:line-length
block: |
{{ vhost_domains | join(' ') }} {
{% for location in vhost_locations_all %}
{% for location in _vhost_locations_complete %}
handle {{ location.path }} {
{% for header in location.delete_headers %}
header -{{ header }}