summaryrefslogtreecommitdiff
path: root/roles/install_dhcp/handlers/main.yml
blob: 8b2349ada7f5b93baf4c90831f2ec4bcdecc49cf (plain)
1
2
3
4
5
---
- name: restart dhcpd4
  systemd:
      name: dhcpd4.service
      state: restarted