Commit 70eea69e by Seth Vidal

fix up yum state=latest with pkg groups

parent f757d659
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment