mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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
|
name: dnsmasq
|
||||||
state: present
|
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
|
#- name: Stop dnsmasq
|
||||||
# service:
|
# service:
|
||||||
# name: dnsmasq
|
# name: dnsmasq
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue