Просмотр исходного кода

fix(zone.xml): fix XML error

tags/v1.2.1
Gino Naumann 3 лет назад
Родитель
Сommit
88f9fd4687
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      firewalld/files/zone.xml

+ 2
- 2
firewalld/files/zone.xml Просмотреть файл

@@ -14,10 +14,10 @@
<source ipset="{{ rule.ipset.name }}" />
{%- endif %}
{%- if 'source' in rule %}
<source address="{{ rule.source.address }}" {%- if 'invert' in rule.source %}invert="{{ rule.source.invert }}"{%- endif %} />
<source address="{{ rule.source.address }}" {%- if 'invert' in rule.source %} invert="{{ rule.source.invert }}"{%- endif %} />
{%- endif %}
{%- if 'destination' in rule %}
<destination address="{{ rule.destination.address }}" {%- if 'invert' in rule.destination %}invert="{{ rule.destination.invert }}"{%- endif %} />
<destination address="{{ rule.destination.address }}" {%- if 'invert' in rule.destination %} invert="{{ rule.destination.invert }}"{%- endif %} />
{%- endif %}
{%- if 'service' in rule %}
<service name="{{ rule.service }}" />

Загрузка…
Отмена
Сохранить