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