From 4cbd84802666fcbc781f6ff1e632c66a499359e3 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Fri, 29 Aug 2025 01:06:09 +0200 Subject: [PATCH] Set SYS_TIMER_ALL_ENABLED ny default to DEBUG_MODE --- group_vars/all/08_timer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/all/08_timer.yml b/group_vars/all/08_timer.yml index 8e53e198..b627d42e 100644 --- a/group_vars/all/08_timer.yml +++ b/group_vars/all/08_timer.yml @@ -2,7 +2,7 @@ # Service Timers ## Meta -SYS_TIMER_ALL_ENABLED: "{{ not MODE_DEBUG }}" # Runtime Variables for Process Control - Activates all timers, independend if the handlers had been triggered +SYS_TIMER_ALL_ENABLED: "{{ MODE_DEBUG }}" # Runtime Variables for Process Control - Activates all timers, independend if the handlers had been triggered ## Server Tact Variables