Chris Hammer 616cb434f0 0.1.0-DEV-20200212-80132
------------------------
    * INITIAL:
      - initial repo commit
2020-02-12 08:01:10 -05:00

8 lines
153 B
YAML

---
# handlers file for zen_dhcpd
- name: restart dhcpd
service:
name : dhcpd
state: restarted
when: ansible_virtualization_type != "docker"