mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Allow systemd-resolved AND dnsmasq to work (#1306)
This commit is contained in:
parent
73f9f7c3a0
commit
d05123afe9
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@
|
|||
name: dnsmasq
|
||||
state: present
|
||||
|
||||
- name: Install /etc/dnsmasq.d/dnsmasq-iiab, allowing systemd-resolved AND dnsmasq to work (#1306)
|
||||
template:
|
||||
src: network/dnsmasq-iiab
|
||||
dest: /etc/dnsmasq.d/dnsmasq-iiab
|
||||
|
||||
#- name: Stop dnsmasq
|
||||
# service:
|
||||
# name: dnsmasq
|
||||
|
|
Loading…
Reference in a new issue