diff --git a/firewalld/files/service.xml b/firewalld/files/service.xml index 349d09e..5008ab2 100644 --- a/firewalld/files/service.xml +++ b/firewalld/files/service.xml @@ -1,7 +1,7 @@ - - {%- if 'short' in service %}{{ service.short }}{%- else %}{{ name }}{%- endif %} - {%- if 'description' in service %}{{ service.description }}{%- endif %} + + {% if 'short' in service %}{{ service.short }}{%- else %}{{ name }}{%- endif %} + {% if 'description' in service %}{{ service.description }}{%- endif %} {%- if 'ports' in service %} {%- if 'tcp' in service.ports %} {%- for v in service.ports.tcp %}