change port to string because of an error message

This commit is contained in:
Andreas Zweili 2021-10-25 19:28:37 +02:00
parent 4a35c83631
commit 38f6f57300
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
- name: "Allow tcp traffic on defined ports"
ufw:
rule: "allow"
port: 22
port: "22"
proto: "tcp"
- name: "Allow udp traffic on defined ports"