Hi all, we're happy to announce that RC1 for 2.4.1 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.4.1.0-0.3.rc1.tar.gz
SHA256: d965ede554a9863d005346743a03ab09b45d8685a62e8c918ac67bd834381593
You can also test against the git repository as follows:
$ git clone
https://github.com/ansible/ansible.git
$ cd ansible
$ git checkout v2.4.1.0-0.3.rc1
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.1.0.tar.gz):
$ make sdist
If you discover any errors, or if you see any regressions from
playbooks which work on 2.4.0 and prior, please open a Github issue
and be sure to mention you're testing against this release candidate.
If no blocker bugs are discovered in this release candidate, 2.4.1
final will be out next week.
Thanks!
Toshio Kuratomi