Fix some ansible-lint complaints.
This commit is contained in:
parent
c7030c9245
commit
2cf34e8e55
64 changed files with 357 additions and 297 deletions
|
@ -7,16 +7,18 @@
|
|||
name:
|
||||
- dnsmasq
|
||||
- resolvconf
|
||||
state: latest
|
||||
state: latest # noqa package-latest
|
||||
|
||||
- name: configure dnsmasq dhcp
|
||||
template:
|
||||
src: dnsmasq-dhcp.j2
|
||||
dest: /etc/dnsmasq.d/dnsmasq-dhcp
|
||||
mode: 0644
|
||||
notify: "restart dnsmasq"
|
||||
|
||||
- name: configure dnsmasq tftp
|
||||
template:
|
||||
src: dnsmasq-tftp-netboot-installer.j2
|
||||
dest: /etc/dnsmasq.d/tftp-netboot-installer
|
||||
mode: 0644
|
||||
notify: "restart dnsmasq"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue