From abf5e08f3fe79d5c203183ab0b850dcd27aa5167 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 30 Dec 2022 02:35:10 -0500 Subject: [PATCH] 0-init/tasks/tz.yml: Clarify Time Zone (TZ) extraction --- roles/0-init/tasks/tz.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/0-init/tasks/tz.yml b/roles/0-init/tasks/tz.yml index 9874b77b9..39fa926a1 100644 --- a/roles/0-init/tasks/tz.yml +++ b/roles/0-init/tasks/tz.yml @@ -12,8 +12,8 @@ # # This takes care of essentially everything (e.g. output "America/New_York") # by checking (1) symlink /etc/localtime then (2) text file /etc/timezone -# then (3) if neither exist, then "UTC" is declated (correctly!) One -# drawback: timedatectl if not easily usable within chroot environments. +# then (3) if neither exist, "UTC" is declated (correctly!) One drawback: +# timedatectl if not easily usable within chroot environments. - name: "'local_tz: {{ local_tz }}' was set by ansible_date_time.tz in /opt/iiab/iiab/vars/default_vars.yml -- e.g. if Ansible finds symlink /etc/localtime -> ../usr/share/zoneinfo/America/New_York -- it will simplify that to 'EDT' (in the summer) or 'EST' (in the winter)"