Hi all, we're happy to announce that RC2 for 2.1.0 is now available for testing.
This updated release candidate fixes several bugs from RC1, including (but not limited to): * Fixed several bugs related to the new ziploader method of executing modules on remote systems. * Fixed several bugs in strategies and with task iteration. * Fixed a bug where "meta: refresh_inventory" was failing due to a host filtering pattern * Fixed a bug where blocks with an "always" portion but no "rescue" were improperly continuing after a failed task in the block. * Fixed a bug with the combined use of set_fact and run_once. * Fixed retry/until logic, where a task succeeding on the last iteration of the retry would still be marked as failed regardless of success. How do you get it? ---------------------------------------------------------------------- The tar.gz of the release can be found here: http://releases.ansible.com/ansible/ansible-2.1.0.0-0.2.rc2.tar.gz SHA256: a4410614afb5ce2b355b3b8f7321c5e7006d4eaf2673553b50d3afdfe1386d7e You can also test against the git repository as follows: $ git clone https://github.com/ansible/ansible.git $ cd ansible $ git checkout v2.1.0.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.0.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 -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAMFyvFgd-9fwhjdTF4dSOzqY%2Bimze3kq17vwpYSUF7pDKsxDEg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
