From eca0f079156a60b6520bcca445ff90bb114c84bd Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Mon, 15 Aug 2022 16:56:14 +0200 Subject: [PATCH] fixed pulling of local timezone --- tasks/debian/web.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/debian/web.yml b/tasks/debian/web.yml index b27fb09..28f2264 100644 --- a/tasks/debian/web.yml +++ b/tasks/debian/web.yml @@ -37,6 +37,8 @@ changed_when: false check_mode: false become: false + args: + executable: '/bin/bash' when: ZM_CONFIG.timezone in NONE_VALUES - name: ZoneMinder | Debian | Webserver | Configuring php timezone to locally used one