Compare commits
No commits in common. "cc55808f31e72c9b28aadc56a85ab1091aa3acaa" and "bd820e4c53103c3641e22e293558763386e461d5" have entirely different histories.
cc55808f31
...
bd820e4c53
@ -1,7 +1,7 @@
|
||||
---
|
||||
namespace: happydns
|
||||
name: happydomain
|
||||
version: 0.4.1
|
||||
version: 0.4.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- happyDomain Team <happydomain.org>
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user