mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-22 17:28:50 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| aws | ||
| basic | ||
| cloud | ||
| ec2 | ||
| facts | ||
| gcp | ||
| json_utils | ||
| parsing | ||
| __init__.py | ||
| test_aci.py | ||
| test_basic.py | ||
| test_database.py | ||
| test_distribution_version.py | ||
| test_known_hosts.py | ||
| test_network_common.py | ||
| test_postgresql.py | ||
| test_text.py | ||