mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
commas were missing; fix to path roles/network/templates/network/dnsmasq.conf.j2
This commit is contained in:
parent
3681b52269
commit
fa150095a6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
mode={{ item.mode }}
|
||||
with_items:
|
||||
# - { src: 'network/dnsmasq.service.rh', dest: '/etc/systemd/system/dnsmasq.service', mode: '0644' }
|
||||
- { src: 'network/dnsmasq.conf.j2' dest: '/etc/dnsmasq.conf' mode: '644' }
|
||||
- { src: 'roles/network/templates/network/dnsmasq.conf.j2', dest: '/etc/dnsmasq.conf', mode: '644' }
|
||||
|
||||
- name: Start dnsmasq
|
||||
systemd:
|
||||
|
|
Loading…
Reference in a new issue