Ansible 1.6.2 has been released

Ansible 1.6.2 has been released, which addresses a few minor bugs:

  • If an improper locale is specified (for example, if your system does not have the default en_US.UTF-8 localed installed), core modules will now automatically revert to using the ‘C’ locale.

  • Modules using the fetch_url utility will now obey proxy environment variables, and the SSL validation step in fetch_url will likewise obey proxy settings, however only proxies using the http protocol are supported.

  • Fixed multiple bugs in docker module related to version changes upstream.