mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
12404f470a
* Fix pkg_mgr fact on OpenBSD Add a OpenBSDPkgMgrFactCollector that hardcodes pkg_mgr to 'openbsd_pkg'. The ansible collector will choose the OpenBSD collector if the system is OpenBSD and the 'Generic' one otherwise. This removes PkgMgrFactCollectors depenency on the 'system' fact being in collected_facts, which also avoids ordering issues (if the pkg mgr fact is collected before the system fact...) Fixes #30623 |
||
---|---|---|
.. | ||
fixtures | ||
hardware | ||
network | ||
other | ||
system | ||
__init__.py | ||
base.py | ||
test_ansible_collector.py | ||
test_collector.py | ||
test_collectors.py | ||
test_facts.py | ||
test_timeout.py | ||
test_utils.py |