From c14eafd63f850bf7251489161ab67fe436769c5b Mon Sep 17 00:00:00 2001 From: Anatoly Pugachev Date: Thu, 9 Dec 2021 22:49:21 +0300 Subject: [PATCH] small docs update for timezone module (#3876) * small docs update for timezone module fixes #3242 * Update plugins/modules/system/timezone.py Co-authored-by: Felix Fontein Co-authored-by: Felix Fontein --- plugins/modules/system/timezone.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/modules/system/timezone.py b/plugins/modules/system/timezone.py index 27dfc9a98d..f632939041 100644 --- a/plugins/modules/system/timezone.py +++ b/plugins/modules/system/timezone.py @@ -19,6 +19,8 @@ description: For Linux it can use C(timedatectl) or edit C(/etc/sysconfig/clock) or C(/etc/timezone) and C(hwclock). On SmartOS, C(sm-set-timezone), for macOS, C(systemsetup), for BSD, C(/etc/localtime) is modified. On AIX, C(chtz) is used. + - Make sure that the zoneinfo files are installed with the appropriate OS package, like C(tzdata) (usually always installed, + when not using a minimal installation like Alpine Linux). - As of Ansible 2.3 support was added for SmartOS and BSDs. - As of Ansible 2.4 support was added for macOS. - As of Ansible 2.9 support was added for AIX 6.1+