diff --git a/tasks/deployer.yml b/tasks/deployer.yml index ccadbbe..dd9990f 100644 --- a/tasks/deployer.yml +++ b/tasks/deployer.yml @@ -810,20 +810,13 @@ env: HOST: 127.0.0.1 PORT: 3001 + NODE_EXTRA_CA_CERTS: /usr/local/share/ca-certificates/root.crt when: - (deployerTaskU1 is defined and deployerTaskU1.changed) or deployerTaskU1 is undefined tags: - 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/"