--- - name: restart ntp command: su -s /bin/sh -c "service ntp stop; ntpd -gq; hwclock --systohc; service ntp start" ignore_errors: True