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