1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

0-init/tasks/main.yml: Clarify 3 kinds of TZ output

This commit is contained in:
A Holt 2021-07-30 12:12:29 -04:00 committed by GitHub
parent 06434f9b0a
commit e33d2ad632
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,9 +95,9 @@
value: "{{ rpi_model }}"
- option: first_run
value: "{{ first_run }}"
- option: local_tz # e.g. EDT after Ansible interprets /etc/localtime below
- option: local_tz # e.g. 'EDT' (summer) or 'EST' (winter) after Ansible interprets symlink /etc/localtime -- or 'UTC' if /etc/localtime doesn't exist
value: "{{ local_tz }}"
- option: etc_localtime.stdout # e.g. America/New_York
- option: etc_localtime.stdout # e.g. 'America/New_York' direct from symlink /etc/localtime -- or '' if /etc/localtime doesn't exist
value: "{{ etc_localtime.stdout }}"
- option: no_NM_reload
value: "{{ no_NM_reload }}"