From e541b5b709f684f087d11fb5731e6859b366cef6 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 22:14:58 +0200 Subject: [PATCH] [PR #10830/2bf8ae88 backport][stable-11] timezone: mention that Debian 13 also needs util-linux-extra (#10837) timezone: mention that Debian 13 also needs util-linux-extra (#10830) Mention that Debian 13 also needs util-linux-extra. (cherry picked from commit 2bf8ae88bebaec68803e9956d7805ae736d74099) Co-authored-by: Felix Fontein --- plugins/modules/timezone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/timezone.py b/plugins/modules/timezone.py index ef512b3467..5b8cc67c79 100644 --- a/plugins/modules/timezone.py +++ b/plugins/modules/timezone.py @@ -47,7 +47,7 @@ options: aliases: [rtc] choices: [local, UTC] notes: - - On Ubuntu 24.04 the C(util-linux-extra) package is required to provide the C(hwclock) command. + - On Ubuntu 24.04 and Debian 13 (Trixie), the C(util-linux-extra) package is required to provide the C(hwclock) command. - On SmartOS the C(sm-set-timezone) utility (part of the smtools package) is required to set the zone timezone. - On AIX only Olson/tz database timezones are usable (POSIX is not supported). An OS reboot is also required on AIX for the new timezone setting to take effect. Note that AIX 6.1+ is needed (OS level 61 or newer).