ansible_systemd_timesyncd
ansible_systemd_timesyncd copied to clipboard
install hwclock utility if missing
at least Ubuntu 24.04 has hwclock not installed by default, therefore this playbook will fail.
- a defensive way to handle this is to ensure "util-linux-extra" is installed.
- this will not affect older versions, where package is installed by default.