Hi, I am trying the following
ansible localhost -m ansible.builtin.setup -a 'filter=ansible_facts.ansible_eth0.ipv4.address'
also
ansible localhost -m ansible.builtin.setup -a 'filter=ansible_eth0.ipv4.address'
also
ansible localhost -m ansible.builtin.setup -a 'filter=ipv4.address'
but noting is returned as follows:
localhost | SUCCESS => {
"ansible_facts": {},
"changed": false
}
am I missing something?
When I check the full yaml for ansible_facts and parse it with
when I use