Fix a documentation item.

This commit is contained in:
Michael DeHaan 2013-12-25 13:50:15 -05:00
parent de8520da21
commit aa8beadec3

View file

@ -83,7 +83,7 @@ ansible all -m setup -a 'filter=ansible_*_mb'
# Display only facts returned by facter.
ansible all -m setup -a 'filter=facter_*'
# Display only facts returned by facter.
# Display only facts about certain interfaces.
ansible all -m setup -a 'filter=ansible_eth[0-2]'
"""