From 37a09a7ecb467df0bf2a40b0ac53b6b6fb29e75c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 15 Jan 2024 15:25:33 -0800 Subject: [PATCH] flatpak-cache: we need some cert for this Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-websites.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 425d039cde..bc0ee8e3ae 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -688,6 +688,7 @@ - role: httpd/website site_name: flatpak-cache.stg.fedoraproject.org sslonly: false + certbot: true tags: - flatpak-cache.stg.fedoraproject.org when: env == "staging"