dhcpd: yamllint fixes
This commit is contained in:
parent
56f2058c7e
commit
ff4e0b32e8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue