- name: "stop systemd-timesyncd" ansible.builtin.service: name: systemd-timesyncd state: stopped enabled: no failed_when: false