Ansible adhoc command

Hey :slight_smile:
Guys, do you know why the following command does not show any result in ansible ?
ansible ansible1 -m setup -a “filter=ansible_enp0s8_ipv4”

I found the answer.
In case that you had similar issue, I should say child variables such as address or macaddress does not work with adhoc command , they only works in playbook.