We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0bde34 + 0c9b5ae commit 2dfc82fCopy full SHA for 2dfc82f
roles/scaffold_rm_facts/templates/module_utils/network_os/argspec/facts/facts.py.j2
@@ -22,7 +22,6 @@ class FactsArgs(object): # pylint: disable=R0903
22
23
argument_spec = {
24
'gather_subset': dict(default=['!config'], type='list'),
25
- 'gather_network_resources': dict(default=['all'],
26
- choices=choices,
+ 'gather_network_resources': dict(choices=choices,
27
type='list'),
28
}
0 commit comments