mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
namespace facts
updated action plugins to use new guranteed facts updated tests to new data clean added cases for ansible_local and some docstrings
This commit is contained in:
@@ -72,8 +72,7 @@ def ansible_facts(module, gather_subset=None):
|
||||
all_collector_classes = default_collectors.collectors
|
||||
|
||||
# don't add a prefix
|
||||
namespace = PrefixFactNamespace(namespace_name='ansible',
|
||||
prefix='')
|
||||
namespace = PrefixFactNamespace(namespace_name='ansible', prefix='')
|
||||
|
||||
fact_collector = \
|
||||
ansible_collector.get_ansible_collector(all_collector_classes=all_collector_classes,
|
||||
|
||||
Reference in New Issue
Block a user