Change default behaviour for network resource facts (#58750)

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
This commit is contained in:
Nilashish Chakraborty 2019-07-05 17:30:35 +05:30 committed by GitHub
parent 5e2471485a
commit 83f92987b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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