mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix a documentation item.
This commit is contained in:
parent
de8520da21
commit
aa8beadec3
1 changed files with 1 additions and 1 deletions
|
@ -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]'
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue