City-of-Bloomington / ansible-role-linux

Ansible role for common settings across linux servers
GNU General Public License v3.0
0 stars 3 forks source link

Use ansible timezone module #24

Closed inghamn closed 1 month ago

inghamn commented 1 month ago

Ansible's timezone module sets the timezone using the standard Ubuntu tool, timedatectl. This is preferable to keeping track of various config files and symlinks.

This role should be simplified by just using the Ansible's timezone module to set the timezone.