add quotes
This commit is contained in:
parent
75d7aad012
commit
ce9cfdeef5
@ -3,6 +3,6 @@
|
|||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
port: "{{item.port}}"
|
port: "{{item.port}}"
|
||||||
proto: {{item.proto}}
|
proto: "{{item.proto}}"
|
||||||
interface: {{item.interface}}
|
interface: "{{item.interface}}"
|
||||||
with_items: "{{firewall}}"
|
with_items: "{{ firewall }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user