diff --git a/lib/ansible/module_utils/network/common/facts/facts.py b/lib/ansible/module_utils/network/common/facts/facts.py index e9a55a801d1..b2559ce91c4 100644 --- a/lib/ansible/module_utils/network/common/facts/facts.py +++ b/lib/ansible/module_utils/network/common/facts/facts.py @@ -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