Hi all, for those not at AnsibleFest we have officially release the first release candidate for Ansible 2.0!
How do you get it?
----------------------------------------------------------------------
The tar.gz of the release can be found here:
SHA256: 6d45c6ed5c36e92e3fce32f971bd6e2c58a4d5cf892b2af5dd9fa6874fc4ee6c
You can also test against the git repository as follows:
$ cd ansible
$ git checkout v2.0.0-0.6.rc1
$ 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 dist/ansible-2.0.0.tar.gz):
$ make sdist
If you discover any errors related to this beta release, 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!