infra/roles/dhcp/handlers/main.yml

6 lines
74 B
YAML
Raw Normal View History

2018-10-02 09:12:23 +03:00
---
- name: restart dhcpd
service:
name: dhcpd
state: restarted