From 3d58de5bcb205a2a619a69944e1bda8fa9bfd22d Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Thu, 20 Mar 2025 17:25:44 +0100 Subject: [PATCH] logdetective: specify protocol --- roles/logdetective/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/logdetective/tasks/main.yml b/roles/logdetective/tasks/main.yml index bc6216e394..8dbf57b41a 100644 --- a/roles/logdetective/tasks/main.yml +++ b/roles/logdetective/tasks/main.yml @@ -108,6 +108,6 @@ - name: Allow accessing 8080 from the outside ansible.posix.firewalld: - port: 8080 + port: 8080/tcp permanent: true state: enabled