Skip to content

Commit

Permalink
Merge pull request #68 from drn05r/main
Browse files Browse the repository at this point in the history
Stop dnsmasq package upgrades complaining about modified config
  • Loading branch information
trickeydan authored Mar 10, 2024
2 parents 4acbf20 + fea95a2 commit ee3cbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/pxe/tasks/dnsmasq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- name: Configure dnsmasq
template:
src: dnsmasq.conf.j2
dest: /etc/dnsmasq.conf
dest: /etc/dnsmasq.d/sown.conf
mode: "644"
notify:
- Reload dnsmasq
Expand Down

0 comments on commit ee3cbb1

Please sign in to comment.