zen_ntp/handlers/main.yml
Chris Hammer 4b842d6fce 0.1.1-DEV-20200430-003350
--------------------------
    * ADD:
      - add exceptions for service name if dist == Debian
2020-04-30 00:34:02 -04:00

8 lines
176 B
YAML

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