style(dhcpd): name of tasks, use built in module
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-02-12 14:39:48 +01:00
parent d3697463ee
commit f791809f0f
2 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
---
- name: restart dhcpd
- name: Restart dhcpd
ansible.builtin.systemd:
name: "{{ dhcpd_service_name }}"
state: restarted