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