Hi all, we’ve just tagged the rc1 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:
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:
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 in one week.
I’m seeing a bunch of issues with the win_copy version in the devel branch. If this is the one planned for inclusion in 1.9.2 rc2 I’d say it’s not quite ready:
I use these modules (win_copy, win_template) locally and I had to patch win_copy.ps1 for the modules to properly handle changes in files/templates.
Here is the patch: