Ansible 1.9.2 rc2 is now available for testing

52 views
Skip to first unread message

James Cammarata

unread,
Jun 22, 2015, 1:04:02 PM6/22/15
to ansible...@googlegroups.com, ansibl...@googlegroups.com
Hi all, we've just tagged the rc2 release for 1.9.2, which includes several fixes for modules (service, rds, among others) as well as some other minor fixes and improvements.

To test from source, simply clone the git repository (if you haven't already) and do the following:

$ git checkout v1.9.2-0.2.rc2
$ git submodule update
$ . hacking/env-setup

After which time you can run ansible and ansible-playbook like normal. If you're not familiar with the hacking/env-setup script, please refer to the documentation here: 


To make a tar ball, RPM or DEB with which to test, do the following:

$ git checkout v1.9.2-0.2.rc2
$ git submodule update

# for a .tar.gz (output is dist/ansible-1.9.2.tar.gz)
$ make sdist
# for RPMs
$ OFFICIAL=yes make rpm
# for DEBs
$ OFFICIAL=yes make deb

If you discover any errors related to this release candidate, please open a Github issue and be sure to mention which version you're testing. We will be looking to evaluate the status of this release candidate on Wednesday of this week.

Thanks, and sorry for the delay since rc1!

James Cammarata
Director, Ansible Core Engineering
github: jimi-c
Reply all
Reply to author
Forward
0 new messages