EC2 ELB session stickiness

Hi all

I’d like to set session stickiness policies for my EC2 elastic load balancers, which I am creating with the ec2_elb_lb module.

I’ve looked at https://github.com/ansible/ansible-modules-core/issues/386 and https://github.com/ansible/ansible-modules-core/issues/447 which are related feature suggestions, but before I embark on I’d like to know if anyone has this planned or in progress?

Thanks
Tom

this is an implementation that has already been reviewed
https://github.com/ansible/ansible-modules-core/pull/673

Many thanks Brian. Tried this out in its current form, it works for me.