Ansible Facts Gathering Tasks

Hi Team

Could you please help on this.

Regards
Arun B

@Inderpreet @kodekloud-support3 @Tej-Singh-Rana - Please refer the screenshot and advise me on this.

Hello @arunbalajil
You wrote incorrect field. It will choose all the ansible_all_ipv4_addresses, as we can see in the results. We need write correct field(default ipv4 address).
ansible localhost -m setup | grep -i -A10 ansible_default_ipv4
Hope it will help you.

Thank you @Tej-Singh-Rana