add quotes

This commit is contained in:
Torma Kristóf 2022-04-16 17:52:08 +02:00
parent 75d7aad012
commit ce9cfdeef5
1 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@
community.general.ufw:
rule: allow
port: "{{item.port}}"
proto: {{item.proto}}
interface: {{item.interface}}
with_items: "{{firewall}}"
proto: "{{item.proto}}"
interface: "{{item.interface}}"
with_items: "{{ firewall }}"