# {{ ansible_managed }} {% for ip in dnsmasq_host_ipv4 %} {{ ip }} {{ dnsmasq_client_hostname }} {{ dnsmasq_host_aliases | join(' ') }} {% endfor %} {% for ip in dnsmasq_host_ipv6 %} {{ ip }} {{ dnsmasq_client_hostname }} {{ dnsmasq_host_aliases | join(' ') }} {% endfor %}