Critical fix needed in stable-2.1

Hi
We use ansible heavily and the following bug fix is very critical in 2.1
https://github.com/ansible/ansible/pull/16680/commits/16a3f28f6efa7ac3ab59970863bcc12434585350

Its basically blocks using docker_container module during updates where you may have more than 1 image locally with same name but different tag.
Can we get this into stable-2.1.

Ajay

Hi
Any input on this?

If you can’t wait for 2.2 you can always grab the updated module and put it in your library (check your ansible.cfg to see where library is defined for you). modules will get picked up from here first.

Jon

Hi
What is the timeline for 2.2 ansible release?
Ajay

See https://groups.google.com/forum/#!topic/ansible-devel/LuGIHiz1O38 - looks like the first release candidate is just over a week away. Worth testing the release candidates if you have the opportunity.

Jon