Set timezone to be a variable
This commit is contained in:
parent
ebee10747c
commit
1570ccd370
|
@ -230,7 +230,7 @@
|
|||
|
||||
- name: set timezone
|
||||
file:
|
||||
src: /usr/share/zoneinfo/Canada/Eastern
|
||||
src: /usr/share/zoneinfo/{{ timezone_location }}
|
||||
dest: /etc/localtime
|
||||
state: link
|
||||
force: yes
|
||||
|
|
Loading…
Reference in New Issue