mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Clarify purpose of /etc/hosts.dnsmasq
This commit is contained in:
parent
084f2a0328
commit
abde721ba0
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
dest: /etc/dnsmasq.d/iiab.conf
|
dest: /etc/dnsmasq.d/iiab.conf
|
||||||
when: dnsmasq_install and dnsmasq_enabled and (iiab_network_mode != "Appliance")
|
when: dnsmasq_install and dnsmasq_enabled and (iiab_network_mode != "Appliance")
|
||||||
|
|
||||||
- name: Install /etc/hosts.dnsmasq from template, sourced by /etc/dnsmasq.d/iiab.conf
|
- name: Install /etc/hosts.dnsmasq from template for /etc/dnsmasq.d/iiab.conf (instead of using /etc/hosts)
|
||||||
template:
|
template:
|
||||||
src: network/hosts-dnsmasq.j2
|
src: network/hosts-dnsmasq.j2
|
||||||
dest: /etc/hosts.dnsmasq
|
dest: /etc/hosts.dnsmasq
|
||||||
|
|
Loading…
Reference in a new issue