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