Selaa lähdekoodia

[fix] mising bracket at endfor loop at <destination ipv6

tags/v0.6.2
David Bezuidenhout 9 vuotta sitten
vanhempi
commit
8afeae049f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      firewalld/files/service.xml

+ 1
- 1
firewalld/files/service.xml Näytä tiedosto

@@ -28,7 +28,7 @@
{%- if 'ipv6' in service.destinations %}
{%- for v in service.destinations.ipv6 %}
<destination ipv6="{{ v }}" />
%- endfor %}
{%- endfor %}
{%- endif %}
{%- endif %}
</service>

Loading…
Peruuta
Tallenna