Set timezone to be a variable

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:22 -04:00
parent e76dc2b796
commit e97ba72a14
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