add quotes
This commit is contained in:
		| @@ -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 }}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user