mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Corrected pkg to pkgs as noted by @abadger
This commit is contained in:
committed by
Matt Clay
parent
9707a5a95e
commit
dad26d70fa
@@ -663,7 +663,7 @@ def remove(module, items, repoq, yum_basecmd, conf_file, en_repos, dis_repos):
|
|||||||
|
|
||||||
if pkgs:
|
if pkgs:
|
||||||
# run an actual yum transaction
|
# run an actual yum transaction
|
||||||
cmd = yum_basecmd + ["remove"] + pkg
|
cmd = yum_basecmd + ["remove"] + pkgs
|
||||||
|
|
||||||
if module.check_mode:
|
if module.check_mode:
|
||||||
module.exit_json(changed=True)
|
module.exit_json(changed=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user