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
|
- name: include OS-specific variables
|
||||||
include_vars: "{{ ansible_os_family }}.yml"
|
include_vars: "{{ ansible_os_family }}.yml"
|
||||||
|
|
||||||
- name: install packages
|
- name: install packages
|
||||||
package:
|
package:
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
src: dhcpd.conf.j2
|
src: dhcpd.conf.j2
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
#validate: "dhcpd -t -cf %s"
|
# validate: "dhcpd -t -cf %s"
|
||||||
notify: restart dhcpd
|
notify: restart dhcpd
|
||||||
|
|
||||||
- name: enable service
|
- name: enable service
|
||||||
|
|
Loading…
Add table
Reference in a new issue