From abee7a2c5fc7b92b117cfbd9a8025474142b5dd3 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Fri, 28 Mar 2025 23:33:22 +0100 Subject: [PATCH] logdetective: install certbot package --- roles/logdetective/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/logdetective/tasks/main.yml b/roles/logdetective/tasks/main.yml index 95a093a298..c019b83e79 100644 --- a/roles/logdetective/tasks/main.yml +++ b/roles/logdetective/tasks/main.yml @@ -13,6 +13,7 @@ - wget - gcc-c++ - firewalld + - certbot # For some reason, Podman containers cannot reach internet on F41 # It is somehow related to the iptables vs nftables change