1
0
Fork 0
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:
A Holt 2018-06-14 14:56:42 -04:00 committed by GitHub
parent 3681b52269
commit fa150095a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: