mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 21:01:13 +00:00
* Add --installroot to YUM and DNF modules, issue #11310 This continues ansible-modules-core#1558, and ansible-modules-core#1669 Allow specifying installroot for the yum and dnf modules to install and remove packages in a location other than /. * Remove empty aliases * Simpler installroot set default logic