--- - name: restart systemd-timesyncd.service become: true ansible.builtin.systemd: name: systemd-timesyncd state: restarted when: not ansible_facts['virtualization_type'] == "lxc"