dhcpd: ansible-lint fixes

This commit is contained in:
Timo Makinen 2022-10-30 15:53:03 +00:00
parent ff07e84ca6
commit 09cd9001ec
2 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
---
- name: restart dhcpd
service:
- name: Restart dhcpd
ansible.builtin.service:
name: "{{ dhcpd_service }}"
state: restarted