From e8ff74cbd49bdecc0b62c62c80ee174a0079bc1e Mon Sep 17 00:00:00 2001 From: Leo Puvilland Date: Sat, 4 May 2024 12:05:13 -0700 Subject: [PATCH] flatpak-cache: add -M to security_file_certgen command Signed-off-by: Leo Puvilland --- roles/flatpak-cache/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/flatpak-cache/tasks/main.yml b/roles/flatpak-cache/tasks/main.yml index 7b52d185bc..78da0e596c 100644 --- a/roles/flatpak-cache/tasks/main.yml +++ b/roles/flatpak-cache/tasks/main.yml @@ -61,7 +61,7 @@ - "{{private}}/files/flatpak-cache-certs/production/pki/dh.pem" - name: Generate SSL Database - command: /usr/lib64/squid/security_file_certgen -c -s /var/lib/squid/ssl_db + command: /usr/lib64/squid/security_file_certgen -c -s /var/lib/squid/ssl_db -M 4096 tags: - flatpak-cache - config