Files
community.general/lib/ansible/modules
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
..
2017-02-21 10:24:02 -08:00
2017-02-02 11:45:22 -08:00
2017-02-10 15:13:59 -05:00
2017-02-15 13:01:43 -08:00
2017-02-15 13:01:43 -08:00
2017-02-16 10:49:57 -05:00
2016-12-08 11:35:20 -05:00