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:
parent
06434f9b0a
commit
e33d2ad632
1 changed files with 2 additions and 2 deletions
|
@ -95,9 +95,9 @@
|
||||||
value: "{{ rpi_model }}"
|
value: "{{ rpi_model }}"
|
||||||
- option: first_run
|
- option: first_run
|
||||||
value: "{{ 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 }}"
|
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 }}"
|
value: "{{ etc_localtime.stdout }}"
|
||||||
- option: no_NM_reload
|
- option: no_NM_reload
|
||||||
value: "{{ no_NM_reload }}"
|
value: "{{ no_NM_reload }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue