1
0
Fork 0
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:
A Holt 2018-12-03 02:23:39 -05:00 committed by GitHub
parent 73f9f7c3a0
commit d05123afe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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