From fde534382c5ac7b36bc9cb9cf36971746b468bfe Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Thu, 20 Mar 2025 01:04:19 +0100 Subject: [PATCH] logdetective: the value needs to be in quotes --- 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 131c50a596..4bd0c6c315 100644 --- a/roles/logdetective/tasks/main.yml +++ b/roles/logdetective/tasks/main.yml @@ -21,7 +21,7 @@ path: /etc/containers/containers.conf.d/50-netavark-nftables.conf section: network option: firewall_driver - value: "iptables" + value: '"iptables"' - name: Download the cuda repofile ansible.builtin.get_url: