From 46c63be23ae23cd637291fe3d8b0bf498868177c Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 22:14:51 +0200 Subject: [PATCH] [PR #10830/2bf8ae88 backport][stable-9] timezone: mention that Debian 13 also needs util-linux-extra (#10835) 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 78df0cd45f..1e1b753495 100644 --- a/plugins/modules/timezone.py +++ b/plugins/modules/timezone.py @@ -46,7 +46,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).