Corrected pkg to pkgs as noted by @abadger

This commit is contained in:
Edward Torbett 2015-06-12 11:18:14 +01:00 committed by Matt Clay
parent 9707a5a95e
commit dad26d70fa

View file

@ -663,7 +663,7 @@ def remove(module, items, repoq, yum_basecmd, conf_file, en_repos, dis_repos):
if pkgs:
# run an actual yum transaction
cmd = yum_basecmd + ["remove"] + pkg
cmd = yum_basecmd + ["remove"] + pkgs
if module.check_mode:
module.exit_json(changed=True)