Allow setting of timezone #26
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If I provision a server and I know it's in the
Europe/Berlin
timezone, it would be nice to be able to set a variable for that and have ansible set that timezone. On Ubuntu 16.04 and other systems that use systemd, this should use probably usetimedatectl
. Example:See someone's ansible command that probably works:
Might want to look into this for Ubuntu 16.04, @oguya.
Nice, quite useful.
Actually, I'm not sure if "regular" Ubuntu 16.04 server installs start systemd's NTP client service by default, but Linode and Digital Ocean instances do. Maybe starting the service isn't necessary actually.