From 096e1960756610039a79ccc0baf28cc4a586b865 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 2 Oct 2025 11:04:51 +0200 Subject: [PATCH] feat: add timezone to semaphore --- tasks/install.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/install.yaml b/tasks/install.yaml index b789b7e..61b6345 100644 --- a/tasks/install.yaml +++ b/tasks/install.yaml @@ -68,3 +68,6 @@ SEMAPHORE_TOTP_ALLOW_RECOVERY: "True" SEMAPHORE_TOTP_ENABLED: "True" SEMAPHORE_USE_REMOTE_RUNNER: "True" + + # global + TZ: "{{ timezone }}"