Set timezone to be a variable
This commit is contained in:
parent
e76dc2b796
commit
e97ba72a14
|
@ -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