role_dnsmasq/templates/specific.conf.j2

6 lines
89 B
Plaintext
Raw Normal View History

2023-09-26 09:12:29 +00:00
# {{ ansible_managed }}
{% for ip in item.ips %}
{{ ip }} {{ item.host }}
{% endfor %}