feat: add dhcpd server role
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Restart dhcpd
|
||||
ansible.builtin.systemd:
|
||||
name: "{{ dhcpd_service }}"
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user