We are happy to announce the availability of Ansible 2.3.0 RC5!
A critical bug was found in some of the network modules, so we're releasing RC5 to address it prior to the final release next week.
How do you get it?
----------------------------------------------------------------------
The tar.gz of the release can be found here:
SHA256: 4d208e492b9ba62c5a09c0fb8dd890f888baa1a34e3e4dfdb62c6abe69a5ba3f
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