mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix up yum state=latest with pkg groups
This commit is contained in:
parent
f757d659cc
commit
70eea69e79
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue