Skip to content

Commit 2dfc82f

Browse files
Merge pull request #50 from trishnaguha/remove_default_network_resources
remove default for gather_network_resources Reviewed-by: Trishna Guha <[email protected]> https://github.com/trishnaguha
2 parents a0bde34 + 0c9b5ae commit 2dfc82f

File tree

1 file changed

+1
-2
lines changed
  • roles/scaffold_rm_facts/templates/module_utils/network_os/argspec/facts

1 file changed

+1
-2
lines changed

roles/scaffold_rm_facts/templates/module_utils/network_os/argspec/facts/facts.py.j2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class FactsArgs(object): # pylint: disable=R0903
2222

2323
argument_spec = {
2424
'gather_subset': dict(default=['!config'], type='list'),
25-
'gather_network_resources': dict(default=['all'],
26-
choices=choices,
25+
'gather_network_resources': dict(choices=choices,
2726
type='list'),
2827
}

0 commit comments

Comments
 (0)