From bebd4190fa6b25239f55c48fc93850a3674a7264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sun, 14 Sep 2025 14:50:38 +0300 Subject: [PATCH] Add CA Certificates Update task to Uptime Kuma --- tasks/deployer.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tasks/deployer.yml b/tasks/deployer.yml index 56cfaea..d36a24c 100644 --- a/tasks/deployer.yml +++ b/tasks/deployer.yml @@ -805,6 +805,7 @@ network: host volumes: - "/root/data/uptime-kuma:/app/data" + - "/root/data/openssl/root/cert.pem:/usr/local/share/ca-certificates/root.crt" restart_policy: always env: HOST: 127.0.0.1 @@ -815,6 +816,14 @@ - uptime-kuma - status +- name: "Deployer - Uptime Kuma - Configure - CA Certificates Update" + containers.podman.podman_container_exec: + name: uptime-kuma + command: "update-ca-certificates" + tags: + - uptime-kuma + - status + - name: "Deployer - Keycloak - Files - Create Folder" ansible.builtin.file: path: "/root/data/keycloak/"