Include the balancer acted upon in the result.
This commit is contained in:
parent
a706689a35
commit
d1a63d39a2
1 changed files with 2 additions and 1 deletions
|
@ -193,7 +193,8 @@ def cloud_load_balancer_ssl(module, loadbalancer, state, enabled, private_key,
|
||||||
result = dict(
|
result = dict(
|
||||||
changed=changed,
|
changed=changed,
|
||||||
https_redirect=balancer.httpsRedirect,
|
https_redirect=balancer.httpsRedirect,
|
||||||
ssl_termination=new_ssl
|
ssl_termination=new_ssl,
|
||||||
|
balancer=balancer
|
||||||
)
|
)
|
||||||
success = True
|
success = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue