We are happy to announce the availability of Ansible 2.3.0 RC3!
This RC continues to address a few small bugs we wanted to fix before the final release:
* Fixed a bug in dealing with leading garbage text when looking for a become prompt.
* Some additional minor correctiosn to network connection plugins.
* Fixed a couple of issues regarding using the synchronize module with docker connections.
* Several other minor fixes and enhancements.
There will definitely be an RC4 next week, with the final release hopefully following that.
How do you get it?
----------------------------------------------------------------------
The tar.gz of the release can be found here:
SHA256: 0f06e04c39747efece1452154f82b8d0f3f8639e5eefe74d6b0c6157d8af6d6d
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