mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
fix up yum state=latest with pkg groups
This commit is contained in:
@@ -276,7 +276,7 @@ def latest(module, items, repoq, yum_basecmd):
|
||||
|
||||
for spec in items:
|
||||
pkg = None
|
||||
|
||||
basecmd = update
|
||||
# groups, again
|
||||
if spec.startswith('@'):
|
||||
pkg = spec
|
||||
|
||||
Reference in New Issue
Block a user