community.general/lib/ansible/module_utils/facts/system
Monty Taylor 27ac2fc67c Ensure that apt is always chosen on debian/ubuntu (#44413)
One can install alternate packages managers on debuntu machines.
However, doing so doesn't mean you want to suddenly start using them.

Add in a check similar to the fedora yum/dnf check that sets apt as the
pkg_mgr if the ansible_os_family is Debian.
2018-08-20 15:59:56 -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 Ensure that apt is always chosen on debian/ubuntu (#44413) 2018-08-20 15:59:56 -04:00
platform.py
python.py
selinux.py
service_mgr.py
ssh_pub_keys.py
user.py