12345678910
- name: Install the NTP daemon apt: name: ntp update_cache: true- name: Enable NTP service service: name: ntp state: started enabled: yes