From 4fd439f7dad1918e73770a8fce9cc0f15402ac22 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 2 Oct 2025 11:06:56 +0200 Subject: [PATCH] feat: add schedule_timezone to semaphore --- tasks/install.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/install.yaml b/tasks/install.yaml index 61b6345..50ffe07 100644 --- a/tasks/install.yaml +++ b/tasks/install.yaml @@ -68,6 +68,7 @@ SEMAPHORE_TOTP_ALLOW_RECOVERY: "True" SEMAPHORE_TOTP_ENABLED: "True" SEMAPHORE_USE_REMOTE_RUNNER: "True" + SEMAPHORE_SCHEDULE_TIMEZONE: "Europe/Amsterdam" # global TZ: "{{ timezone }}"