mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-05 16:04:09 -07: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 |
||
---|---|---|
.. | ||
__init__.py | ||
apparmor.py | ||
caps.py | ||
chroot.py | ||
cmdline.py | ||
date_time.py | ||
distribution.py | ||
dns.py | ||
env.py | ||
fips.py | ||
local.py | ||
lsb.py | ||
pkg_mgr.py | ||
platform.py | ||
python.py | ||
selinux.py | ||
service_mgr.py | ||
ssh_pub_keys.py | ||
user.py |