infra/roles/dhcp/handlers/main.yml
2018-10-02 10:16:46 +04:00

6 lines
74 B
YAML

---
- name: restart dhcpd
service:
name: dhcpd
state: restarted