community.general/lib/ansible
Pierrick Caillon a1b3664ec4 Fix: mysql_user - permission string with column privileges
MySQL returns privileges on columns as "PRIVILEGES (column)".
For permissions to be correctly matched, it must be specified exactly the
same in the module argument. A resulting string is like
"dbname.dbtable:PRIVILEGES (column)". Thus, the space before the opening
parenthesis must also be removed when creating the set of privileges for
validation.
2017-02-21 10:51:03 -08:00
..
cli Wrap vault encrypt_strings zip() result in list for py3 (#21695) 2017-02-21 10:30:21 -05:00
compat Fix typo when choosing KqueueSelector 2017-02-06 08:46:58 -08:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors adds feature to all modules to be run locally (#18763) 2016-12-15 15:47:29 -05:00
executor Complete rewrite of Windows exec wrapper (#21510) 2017-02-17 00:09:56 -08:00
galaxy PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
inventory Use a custom id generator over uuid4 2017-02-10 14:38:38 -06:00
module_utils Adds the txcontent manager import for bigip (#21700) 2017-02-21 10:39:54 +00:00
modules Fix: mysql_user - permission string with column privileges 2017-02-21 10:51:03 -08:00
parsing Vault encrypt string cli (#21024) 2017-02-17 10:12:14 -05:00
playbook fix play_context connection_user attribute (#21640) 2017-02-19 17:11:48 -05:00
plugins adds more logging output to network_cli and ansible-connection (#21716) 2017-02-21 09:21:41 -05:00
template Also clean template data even if marked unsafe 2017-02-10 10:08:55 -06:00
utils Move availability_zone docs to each OpenStack module (#21540) 2017-02-17 21:49:03 +01:00
vars Fix bug introduced in 0df3767 regarding undefined entries in HostVars 2017-02-15 16:22:31 -06:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Revert "add systemd-nspawn connection driver" 2017-02-17 16:36:46 -05:00
release.py Bumping devel version to 2.3.0 2016-10-03 11:46:31 -05:00