--- # handlers file for systemd-timesyncd - name: "restart systemd-timesyncd" service: name: systemd-timesyncd.service state: restarted listen: systemd-timesyncd configuration changed - name: "write adjtime" command: hwclock --systohc when: (ansible_virtualization_role == "host" or ansible_virtualization_role == "NA") and write_hwclock_on_change listen: systemd-timesyncd configuration changed