Weekly Ansible Community Meeting

Greetings all, jimi-c is away today so I've set up the google hangout
for the weekly meeting.

If you are wanting to work on a Pull Request to get it merged or have
other things to discuss about ansible development feel free to stop
by!

https://plus.google.com/hangouts/_/gueslsuntbwu2cw6u7w2hahmjaa

It's from 17:00UTC (now!) until 19:00UTC.

(I'll also be watching ansible-devel on irc.freenode.net for those
who can't join the hangout).

-Toshio Kuratomi

Good meeting today!

bobobox, jmainguy, and j2sol stopped by and we talked about a few open
pull requests that each of them had.

* Merged bobobox's fix to mysql_user when revoking privileges and ALL
is not one of the user's privileges
https://github.com/ansible/ansible-modules-core/pull/1262
* Figured out plans to finish up two of jmainguy's PRs:
     * https://github.com/ansible/ansible-modules-core/pull/1358 -
which fixes setting privileges for mysql databases which have dots in
their names
     * https://github.com/ansible/ansible-modules-core/pull/1408 -
which figures out what to do in yum on RHEL5 when a direct url to an
rpm is specified (yum on rhel5 won't download the file. jmainguy's
going to look into downloading to a temp file as a fallback).
* j2sol talked a little bit about the OpenStack Meeting from last week
and some of the ansible PRs that were brought up there. We discussed
how to collaborate a bit on reviewing the PRs and also reviewed a few
of the tangential ones that had been brought up during the group
discussion. j2sol talked about the future where he hopes to have a
continuous integration setup running to validate the openstack
modules.
    * Merged the new os_server_actions module
https://github.com/ansible/ansible-modules-core/pull/1394
    * Merged a new parameter for the service module to allow not
failing if the service is not present
https://github.com/ansible/ansible-modules-core/pull/751
    * Discussed and merged a PR by emonty that j2sol had reviewed to
specify that some module parameters are required if a different
parameter is set to a certain value:
https://github.com/ansible/ansible/pull/9423

So all and all, a productive meeting today! Thanks to everyone who
came by to discuss things!
-Toshio