Change default behaviour for network resource facts (#58750)
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
This commit is contained in:
parent
5e2471485a
commit
83f92987b8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class FactsBase(object):
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue