New stuff on the module front!
** waiting for a port to be open **
Jeroen Hoekx has submitted a very nice wait_for module that will wait
for a given host/port to come online. It works well with the new
"delegate_to" feature.
** checking things out of svn **
Dane Summers has provided a very nice subversion module, and added a
force=yes|no flag to the git module so you can decide whether it does
git reset or git reset --hard. Defaults to yes/hard to be consistent
with present behavior.
** postgresql tweaks **
Pepe Barbe added some tweaks to the PostgreSQL module --
https://github.com/ansible/ansible/pull/924 and
https://github.com/ansible/ansible/pull/931
Doc site updates about these are pending, read the source in the
modules directory for now. (If those that have added things want to
also update the rst files in the docs directory, that would be even
more awesome, wink wink, nudge nudge.)
--Michael