mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
Implement basic HTTP arguments
This commit is contained in:
parent
3741b4ab1a
commit
33ef787ea3
1 changed files with 2 additions and 0 deletions
|
|
@ -237,6 +237,8 @@ class AnsibleHcloudLoadBalancerService(Hcloud):
|
|||
except APIException as e:
|
||||
self.module.fail_json(msg=e.message)
|
||||
service_http.certificates.append(hcloud_cert)
|
||||
|
||||
self._mark_as_failed(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