27ac2fc67c
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.
4 lines
175 B
YAML
4 lines
175 B
YAML
bugfixes:
|
|
- Fixed an issue where ``ansible_facts.pkg_mgr`` would incorrectly set
|
|
to ``zypper`` on Debian/Ubuntu systems that happened to have the
|
|
command installed.
|