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