Initial Commit
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-02-21 22:35:01 +01:00
commit b414a94e17
15 changed files with 590 additions and 0 deletions

7
handlers/main.yml Normal file
View File

@ -0,0 +1,7 @@
---
- name: restart dhcpd
systemd:
name: "{{ dhcpd_service_name }}"
state: restarted
daemon_reload: true