Browse Source

fix(service): no need to add include statement twice

pull/60/head
K. de Jong 6 months ago
parent
commit
02f55df861
No account linked to committer's email address
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      firewalld/files/service.xml

+ 0
- 5
firewalld/files/service.xml View File

@@ -84,9 +84,4 @@
<include service="{{ v }}" />
{%- endfor %}
{%- endif %}
{%- if 'includes' in service %}
{%- for v in service.includes %}
<include service="{{ v }}" />
{%- endfor %}
{%- endif %}
</service>

Loading…
Cancel
Save