ifxed error message as code remove the repo r var
This commit is contained in:
parent
cc71372182
commit
b6e3ddba9a
1 changed files with 1 additions and 1 deletions
|
@ -768,7 +768,7 @@ def ensure(module, state, pkgspec, conf_file, enablerepo, disablerepo,
|
|||
a = rid.repoXML.repoid
|
||||
current_repos = new_repos
|
||||
except yum.Errors.YumBaseError, e:
|
||||
module.fail_json(msg="Error setting/accessing repo %s: %s" % (r, e))
|
||||
module.fail_json(msg="Error setting/accessing repos: %s" % (e))
|
||||
except yum.Errors.YumBaseError, e:
|
||||
module.fail_json(msg="Error accessing repos: %s" % e)
|
||||
if state in ['installed', 'present']:
|
||||
|
|
Loading…
Reference in a new issue