Compare commits
2 Commits
bd820e4c53
...
cc55808f31
Author | SHA1 | Date | |
---|---|---|---|
cc55808f31 | |||
d01ebe66af |
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
namespace: happydns
|
namespace: happydns
|
||||||
name: happydomain
|
name: happydomain
|
||||||
version: 0.4.0
|
version: 0.4.1
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- happyDomain Team <happydomain.org>
|
- happyDomain Team <happydomain.org>
|
||||||
|
@ -95,6 +95,9 @@ def main():
|
|||||||
result['published'] = True
|
result['published'] = True
|
||||||
|
|
||||||
break
|
break
|
||||||
|
else:
|
||||||
|
if p['zone'] is None:
|
||||||
|
module.fail_json(msg="No zone found in domain " + p['domain'])
|
||||||
else:
|
else:
|
||||||
module.fail_json(msg="No zone found with id " + p['zone'])
|
module.fail_json(msg="No zone found with id " + p['zone'])
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user