mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 16:11:49 +00:00
Implement basic HTTP arguments
This commit is contained in:
parent
33ef787ea3
commit
ecd5e6f84e
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ class AnsibleHcloudLoadBalancerService(Hcloud):
|
|||
self.module.fail_json(msg=e.message)
|
||||
service_http.certificates.append(hcloud_cert)
|
||||
|
||||
self._mark_as_failed(msg="test", debug=service_http)
|
||||
self.module.fail_json(msg="test", debug=service_http)
|
||||
return service_http
|
||||
|
||||
def _update_load_balancer_service(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue