mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Remove errant raise
This commit is contained in:
@@ -152,7 +152,6 @@ def rax_dns(module, comment, email, name, state, ttl):
|
||||
domain.delete()
|
||||
changed = True
|
||||
except Exception, e:
|
||||
raise
|
||||
module.fail_json(msg='%s' % e.message)
|
||||
|
||||
module.exit_json(changed=changed, domain=to_dict(domain))
|
||||
|
||||
Reference in New Issue
Block a user