mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Include the balancer acted upon in the result.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user