enable dhcpd4
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
vincent 2021-11-14 16:49:54 +01:00
parent 7ddf7c5e93
commit 5fd202ae8e

View File

@ -44,3 +44,9 @@
- include: dhcp-probe.yml
when: dhcpd_probe|d() and dhcpd_probe
- name: enable DHCP4
service:
name: dhcpd4
state: started
enabled: yes