Remove errant raise
This commit is contained in:
parent
ecee2f4537
commit
b82ccee78c
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ def rax_dns(module, comment, email, name, state, ttl):
|
||||||
domain.delete()
|
domain.delete()
|
||||||
changed = True
|
changed = True
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
raise
|
|
||||||
module.fail_json(msg='%s' % e.message)
|
module.fail_json(msg='%s' % e.message)
|
||||||
|
|
||||||
module.exit_json(changed=changed, domain=to_dict(domain))
|
module.exit_json(changed=changed, domain=to_dict(domain))
|
||||||
|
|
Loading…
Reference in a new issue