Include the balancer acted upon in the result.

pull/18777/head
Ash Wilson 9 years ago committed by Matt Clay
parent e7d31217f1
commit f97c3cb8b6

@ -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…
Cancel
Save