Comments by @abadger

This commit is contained in:
Edward Torbett 2015-06-11 15:13:28 +01:00 committed by Edward Torbett
parent 48422fba85
commit 471824b451

View file

@ -600,6 +600,8 @@ def install(module, items, repoq, yum_basecmd, conf_file, en_repos, dis_repos):
module.fail_json(msg="Failure deleting temp directory %s, %s" % (tempdir, e))
module.exit_json(changed=True)
changed = True
rc, out, err = module.run_command(cmd)
if (rc == 1):
@ -627,7 +629,7 @@ def install(module, items, repoq, yum_basecmd, conf_file, en_repos, dis_repos):
# look for each pkg via obsoletes
# Record change
res['changed'] = True
res['changed'] = changed
# Remove rpms downloaded for EL5 via url
try: