--- - name: restart dhcpd systemd: name: "{{ dhcpd_service_name }}" state: restarted daemon_reload: true