7 lines
119 B
YAML
7 lines
119 B
YAML
|
---
|
||
|
|
||
|
- name: restart dhcpd
|
||
|
systemd:
|
||
|
name: "{{ dhcpd_service_name }}"
|
||
|
state: restarted
|
||
|
daemon_reload: true
|