Set timezone to be a variable

This commit is contained in:
Joshua Boniface 2019-10-31 16:03:24 -04:00
parent ebee10747c
commit 1570ccd370
1 changed files with 1 additions and 1 deletions

View File

@ -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