Add 'min' to gather_subset ios_facts documentation (#61536)
This commit is contained in:
parent
017562013a
commit
cee54d55d0
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ options:
|
||||||
- When supplied, this argument restricts the facts collected
|
- When supplied, this argument restricts the facts collected
|
||||||
to a given subset.
|
to a given subset.
|
||||||
- Possible values for this argument include
|
- Possible values for this argument include
|
||||||
C(all), C(hardware), C(config), and C(interfaces).
|
C(all), C(min), C(hardware), C(config), and C(interfaces).
|
||||||
- Specify a list of values to include a larger subset.
|
- Specify a list of values to include a larger subset.
|
||||||
- Use a value with an initial C(!) to collect all facts except that subset.
|
- Use a value with an initial C(!) to collect all facts except that subset.
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue