dhcpd: yamllint fixes

This commit is contained in:
Timo Makinen 2021-08-16 16:41:06 +00:00
parent 56f2058c7e
commit ff4e0b32e8

View file

@ -1,6 +1,6 @@
---
- name: include OS-specific variables
include_vars: "{{ ansible_os_family }}.yml"
include_vars: "{{ ansible_os_family }}.yml"
- name: install packages
package:
@ -13,7 +13,7 @@
src: dhcpd.conf.j2
owner: root
group: "{{ ansible_wheel }}"
#validate: "dhcpd -t -cf %s"
# validate: "dhcpd -t -cf %s"
notify: restart dhcpd
- name: enable service