configpolicy/roles/dhcpd/handlers/main.yml

7 lines
144 B
YAML

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