Hi all, we're very happy to announce that RC2 for Ansible 2.1.5 and 2.2.2 are ready for testing!
These rc's include one fix for both 2.2.2 and 2.1.5, and two more fixes just for 2.2.2:
* Fix azure_rm version checks (#22270) (both 2.2.2 and 2.1.5)
* Fix for traceback when we encounter non-utf8 characters when using --diff
* Ensure ssh hostkey checks respect server port (#20840)
How do you get them?
----------------------------------------------------------------------
The tar.gz of the releases can be found here:
SHA256: c904f1962c7114675eb252ddb48d2470a3e2363144d62614d5baaa64b58ea047
SHA256: 7638af3aaf761e36d42594936d66540e5cba8437a4ac920990af467d99cd3b1b
You can also test against the git repository as follows:
$ cd ansible
$ git checkout <tagged version>
$ git submodule update --init
You can then source our testing script:
$ . hacking/env-setup
or you can build your own .tar.gz (output will be in the dist/ directory):
$ make sdist
If you discover any errors, or if you see any regressions from playbooks which work on 1.9.x and prior, please open a Github issue and be sure to mention you're testing against this release candidate.
Thanks!
James Cammarata
Ansible Lead/Sr. Principal Software Engineer
Ansible by Red Hat
twitter: @thejimic, github: jimi-c