mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 00:33:09 +00:00
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