From f8acda70d2a9b900a0833e6c7dbe775883c6af13 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 22:14:54 +0200 Subject: [PATCH] [PR #10830/2bf8ae88 backport][stable-10] timezone: mention that Debian 13 also needs util-linux-extra (#10836) 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 6e105c0bad..ece3dbdf57 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).