- name: Install systemd-timesyncd
apt:
name: systemd-timesyncd
- name: Enable NTP
systemd:
enabled: yes
state: started