community.general/lib/ansible/module_utils/facts/system
Konstantin Gribov f2d4912f29 module_utils/facts: override pkg_mgr for ALT Linux (#38004)
Overrides `pkg_mgr` fact to `apt_rpm` if:
- found package manager is `apt`;
- `/usr/bin/rpm` is present;
- `/usr/bin/dpkg` is absent.

Fixes #37997
2018-05-25 14:41:59 -05:00
..
__init__.py
apparmor.py
caps.py
chroot.py made missing cli tools non fatal (#37194) 2018-04-10 17:23:29 -04:00
cmdline.py Cmdline fact uefi 23647 (#25446) 2017-06-08 16:03:29 -04:00
date_time.py
distribution.py Add TrueOS as FreeBSD distribution (#37371) 2018-05-25 00:29:39 -04:00
dns.py
env.py
fips.py
local.py
lsb.py
pkg_mgr.py module_utils/facts: override pkg_mgr for ALT Linux (#38004) 2018-05-25 14:41:59 -05:00
platform.py Fact collector ordering deps (#31362) 2018-01-22 18:23:40 -05:00
python.py
selinux.py Make ansible_selinux facts a consistent type (#31065) 2017-10-05 09:19:08 -04:00
service_mgr.py Fact collector ordering deps (#31362) 2018-01-22 18:23:40 -05:00
ssh_pub_keys.py
user.py