logdetective: specify protocol

This commit is contained in:
Jakub Kadlcik 2025-03-20 17:25:44 +01:00
parent e921a46626
commit 3d58de5bcb

View file

@ -108,6 +108,6 @@
- name: Allow accessing 8080 from the outside
ansible.posix.firewalld:
port: 8080
port: 8080/tcp
permanent: true
state: enabled