You've already forked role_dnsmasq
fix: Remove current instance
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
# ansible inventory
|
||||
{%- set hosts = groups[dnsmasq_ansible_group] | sort | reject('equalto', inventory_hostname) %}
|
||||
{%- set hosts = groups[dnsmasq_ansible_group] | reject('equalto', inventory_hostname) | sort %}
|
||||
{%- for host in hosts %}
|
||||
{%- set ipv4 = hostvars[host]['ansible_host'] %}
|
||||
{%- set ipv6_prefix = dnsmasq_ipv6_subnet | split('/') | first %}
|
||||
|
Reference in New Issue
Block a user