mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-20 07:40:58 +00:00
Cleanup unused variable in yum.py (#4009)
This commit is contained in:
@@ -600,7 +600,6 @@ def install(module, items, repoq, yum_basecmd, conf_file, en_repos, dis_repos):
|
||||
module.fail_json(**res)
|
||||
|
||||
pkg_name = local_name(module, spec)
|
||||
pkg_nevra = local_nvra(module, spec)
|
||||
|
||||
# look for them in the rpmdb
|
||||
if is_installed(module, repoq, pkg_name, conf_file, en_repos=en_repos, dis_repos=dis_repos):
|
||||
|
||||
Reference in New Issue
Block a user