Define timezone as variable

This commit is contained in:
Jake Howard
2021-02-10 09:12:42 +00:00
parent 635f55d7bf
commit 47df8164fa
11 changed files with 12 additions and 11 deletions

View File

@ -4,7 +4,7 @@
- role: geerlingguy.ntp
become: true
vars:
ntp_timezone: Europe/London
ntp_timezone: "{{ TZ }}"
ntp_manage_config: true
when: ansible_os_family != 'Alpine' # https://github.com/ansible-collections/community.general/issues/781
- role: realorangeone.reflector