Fix incorrect line breaking
This commit is contained in:
parent
9f043d9ba8
commit
f0f1dc985f
1 changed files with 2 additions and 2 deletions
|
@ -843,8 +843,8 @@ def ensure(module, state, pkgs, conf_file, enablerepo, disablerepo,
|
|||
res = latest(module, pkgs, repoq, yum_basecmd, conf_file, en_repos, dis_repos)
|
||||
else:
|
||||
# should be caught by AnsibleModule argument_spec
|
||||
module.fail_json(msg="we should never get here unless this all
|
||||
failed", changed=False, results='', errors='unepected state')
|
||||
module.fail_json(msg="we should never get here unless this all"
|
||||
" failed", changed=False, results='', errors='unepected state')
|
||||
|
||||
return res
|
||||
|
||||
|
|
Loading…
Reference in a new issue