Hi all, we're happy to announce that RC2 for 2.1.2 is now available for testing.
This release candidate also adds the following fixes for bugs:
* Fixed a bug in which INI files incorrectly treated a hosts range as a section header (#15331)
* Fixed a bug in which the max_fail_percentage calculation erroneously caused a series of plays to stop executing (#15954)
* Fixed a bug in fetch actions which were not idempotent when the target file was a symlink (#17255)
* Fixed a bug in which the task names were not properly templated (#16295)
* Fixed a bug causing "squashed" loops (ie. yum, apt) to incorrectly report results (ansible-modules-core#4214)
* Fixed several bugs related to includes:
- when including statically, make sure that all parents were also included statically (issue #16990)
- properly resolve nested static include paths
- print a message when a file is statically included
* Fixed a bug in which module params expected to be float types were not converted from integers (only strings) (#17325)
How do you get it?
----------------------------------------------------------------------
The tar.gz of the release can be found here:
SHA256: 98237d2fc64f5d8af8cb9b123c040ec46093e75ec1c8804095de230580104aad
You can also test against the git repository as follows:
$ cd ansible
$ git checkout v2.1.2.0-0.2.rc2
$ 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.1.2.0.tar.gz):
$ 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