Compare commits
2 Commits
bd820e4c53
...
cc55808f31
Author | SHA1 | Date | |
---|---|---|---|
cc55808f31 | |||
d01ebe66af |
@ -1,7 +1,7 @@
|
||||
---
|
||||
namespace: happydns
|
||||
name: happydomain
|
||||
version: 0.4.0
|
||||
version: 0.4.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- happyDomain Team <happydomain.org>
|
||||
|
@ -95,6 +95,9 @@ def main():
|
||||
result['published'] = True
|
||||
|
||||
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'])
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user