Use rax_to_dict().
This commit is contained in:
parent
bd4023fe8f
commit
84880c5e35
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ def cloud_load_balancer_ssl(module, loadbalancer, state, enabled, private_key,
|
|||
changed=changed,
|
||||
https_redirect=balancer.httpsRedirect,
|
||||
ssl_termination=new_ssl,
|
||||
balancer=balancer
|
||||
balancer=rax_to_dict(balancer, 'clb')
|
||||
)
|
||||
success = True
|
||||
|
||||
|
|
Loading…
Reference in a new issue