I try get ansible facts and don't understand how correctly write filter. I need get 2 facts - ansible_lsb and ansible_hostname. Example:
ansible 192.168.250.* -m setup -a 'filter=ansible_(hostname|lsb)'
but it not work. Need help, how to show some facts? Thanks