mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
The message text used to check stderr for a warning about groupinstall in order to determine if a change occurred is specific to the version of yum that is in RHEL7 and newer. This change simply removes a couple words off the end in order to only use text found in the warning message in older versions of yum. Fixes #35982 Signed-off-by: Adam Miller <admiller@redhat.com>