mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Docs tweak to setup module.
This commit is contained in:
parent
275bd1f400
commit
e1f1722e9e
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@ module: setup
|
|||
short_description: Gathers facts about remote hosts
|
||||
options:
|
||||
filter:
|
||||
version_added: 1.1
|
||||
description:
|
||||
- a filter that will be applied to the keys; only key matching filter will
|
||||
be returned. The filter should be a shell-style wildcard.
|
||||
- if supplied, only return facts that match this shell-style (fnmatch) wildcard.
|
||||
required: false
|
||||
default: *
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue