community.general/lib/ansible/module_utils/facts/system
Brian Coca abe68d523c
fix alt linux detection for new versions (#43723)
they dropped the Linux so now it only shows as ALT, it should still be backwards compatible
pkg_mgr detection relies on `Altlinux` string, so properly setting os_distribution should take care of it as side effect
fixes #43539
2018-08-10 15:16:33 -04:00
..
__init__.py
apparmor.py
caps.py
chroot.py
cmdline.py
date_time.py
distribution.py fix alt linux detection for new versions (#43723) 2018-08-10 15:16:33 -04:00
dns.py
env.py
fips.py
local.py
lsb.py
pkg_mgr.py pkg_mgr: fixed apt_rpm detection (#43769) 2018-08-10 15:16:15 -04:00
platform.py
python.py
selinux.py
service_mgr.py
ssh_pub_keys.py
user.py