mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
This allow users to write better playbooks by replacing - shell: dnf autoremove -y with - dnf: autoremove=yes Fixes #18815 Signed-off-by: Alberto Murillo Silva <alberto.murillo.silva@intel.com>