1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Include the balancer acted upon in the result.

This commit is contained in:
Ash Wilson 2015-07-02 08:53:19 -04:00 committed by Matt Clay
parent e7d31217f1
commit f97c3cb8b6

View file

@ -193,7 +193,8 @@ def cloud_load_balancer_ssl(module, loadbalancer, state, enabled, private_key,
result = dict(
changed=changed,
https_redirect=balancer.httpsRedirect,
ssl_termination=new_ssl
ssl_termination=new_ssl,
balancer=balancer
)
success = True