Skip to content

Commit

Permalink
Change default behaviour for network resource facts (ansible#58750)
Browse files Browse the repository at this point in the history
Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC authored Jul 5, 2019
1 parent 5e24714 commit 83f9298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/module_utils/network/common/facts/facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self, module):
if not self._gather_subset:
self._gather_subset = ['!config']
if not self._gather_network_resources:
self._gather_network_resources = ['all']
self._gather_network_resources = ['!all']

def gen_runable(self, subsets, valid_subsets):
""" Generate the runable subset
Expand Down

0 comments on commit 83f9298

Please sign in to comment.