fix the tcp port ufw rule

This commit is contained in:
Andreas Zweili 2021-11-11 23:00:09 +01:00
parent 792ac62aca
commit 1a7601929a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
ansible.builtin.ufw:
rule: "allow"
port: "{{ item }}"
proto: "udp"
proto: "tcp"
loop: "{{ docker_tcp_ports }}"
when: docker_tcp_ports is defined