Hi all, we're happy to announce that RC2 for 2.3.3 is now available for testing.
How do you get it?
----------------------------------------------------------------------
The tar.gz of the release can be found here:
https://releases.ansible.com/ansible/ansible-2.3.3.0-0.2.rc2.tar.gz
SHA256: e2606766cd29bbaf2312138e0a3b3c026f6e20c1b9274ad08b62cb44feb0e9aa
You can also test against the git repository as follows:
$ git clone
https://github.com/ansible/ansible.git
$ cd ansible
$ git checkout v2.3.3.0-0.2.rc2
You can then source our testing script:
$ . hacking/env-setup
or you can build your own .tar.gz (output will be dist/ansible-2.3.3.0.tar.gz):
$ make sdist
If you discover any errors, or if you see any regressions from
playbooks which work on 2.3.2 and prior, please open a Github issue
and be sure to mention you're testing against this release candidate.
Thanks!
Toshio Kuratomi & James Cammarata, your friendly neighborhood release managers.