Subject:
Hi all, we're happy to announce that RC4 for 2.4.0 is now available
for testing. As a reminder, unless blocker bugs are found, this is
the last rc tarball which will contain code changes before we release
final. So please go forth and test this heavily.
How do you get it?
----------------------------------------------------------------------
The tar.gz of the release can be found here:
https://releases.ansible.com/ansible/ansible-2.4.0.0-0.4.rc4.tar.gz
SHA256: 4341cc3df6bd0ff845a1f1c153df0d3e43e783e2b18f18275ef5a3a44172ab74
You can also test against the git repository as follows:
$ git clone
https://github.com/ansible/ansible.git
$ cd ansible
$ git checkout v2.4.0.0-0.4.rc4
You can then source our testing script:
$ . hacking/env-setup
or you can build your own .tar.gz (output will be dist/ansible-2.4.0.0.tar.gz):
$ make sdist
If you discover any errors, or if you see any regressions from
playbooks which work on 2.3.x and prior, please open a Github issue
and be sure to mention you're testing against this release candidate.
Thanks!
Toshio Kuratomi