We are happy to announce the availability of Ansible 2.2.3 RC1!

This RC addresses a couple of bugs (at least one of which was introduced in
2.2.2):

* Fix 'ungrouped' issue with some inventory formats (#23018)
* Split on newlines when searching for become prompt (also mentioned in
2.3.0 RC3 release)
* Fix crash upon pass prompt in py3 when using the paramiko connection type.

How do you get it?
----------------------------------------------------------------------

The tar.gz of the release can be found here:

http://releases.ansible.com/ansible/ansible-2.2.3.0-0.1.rc1.tar.gz
SHA256: 463b809014601612a209096b3ad74f114ea8a6f57804b6efdee142644b254d97

You can also test against the git repository as follows:

$ git clone https://github.com/ansible/ansible.git
$ cd ansible
$ git checkout <tagged version>
$ 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 in the dist/ directory):

$ 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/CAMFyvFg6QV9dZRuDMNgiyus0NcNXKqcmRdhQf1Ycvq7-44sA1Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to