--- # handlers file for zen_ntp - name: restart ntpd service: name : "{{ ntp_service }}" state: restarted when: ansible_virtualization_type != "docker"