Change default behaviour for network resource facts (#58750)

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
pull/58840/head
Nilashish Chakraborty 7 years ago committed by GitHub
parent 5e2471485a
commit 83f92987b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save