typo
This commit is contained in:
parent
3d8f0b5d95
commit
b655b6ae26
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ def delete_user(module, iam, name):
|
|||
"currently supported by boto. Please detach the polices "
|
||||
"through the console and try again." % name)
|
||||
else:
|
||||
module.fail_json(changed=changed, msg=str(del_meta))
|
||||
module.fail_json(changed=changed, msg=str(error_msg))
|
||||
else:
|
||||
changed = True
|
||||
return del_meta, name, changed
|
||||
|
|
Loading…
Reference in a new issue