You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
Hey all - I'm trying to lookup the IPs for a list of FQDNs. The dig lookup is close to what I need, but it appears to return a list of IPs for a single FQDN; when using with_items, it yields each of the IPs for that FQDN (https://docs.ansible.com/ansible/2.5/plugins/lookup/dig.html). Any idea how I can use with_items to iterate over the list of FQDNs and store the resulting list of IPs?