Compare commits

..

No commits in common. "cc55808f31e72c9b28aadc56a85ab1091aa3acaa" and "bd820e4c53103c3641e22e293558763386e461d5" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -1,7 +1,7 @@
---
namespace: happydns
name: happydomain
version: 0.4.1
version: 0.4.0
readme: README.md
authors:
- happyDomain Team <happydomain.org>

View File

@ -96,10 +96,7 @@ def main():
break
else:
if p['zone'] is None:
module.fail_json(msg="No zone found in domain " + p['domain'])
else:
module.fail_json(msg="No zone found with id " + p['zone'])
module.fail_json(msg="No zone found with id " + p['zone'])
return
break
else: