Gather subset fix (#49264)

*  reword subset description for ios_facts
pull/47442/head^2
Sandra McCann 6 years ago committed by Alicia Cozine
parent 46a3c0cf2e
commit 13a6b4a856

@ -38,12 +38,12 @@ notes:
options: options:
gather_subset: gather_subset:
description: description:
- When supplied, this argument will restrict the facts collected - When supplied, this argument restricts the facts collected
to a given subset. Possible values for this argument include to a given subset.
all, hardware, config, and interfaces. Can specify a list of - Possible values for this argument include
values to include a larger subset. Values can also be used C(all), C(hardware), C(config), and C(interfaces).
with an initial C(M(!)) to specify that a specific subset should - Specify a list of values to include a larger subset.
not be collected. - Use a value with an initial C(!) to collect all facts except that subset.
required: false required: false
default: '!config' default: '!config'
""" """

Loading…
Cancel
Save