ansible/database
Sam Yaple 2c35cfce9a Revert "escapeds changes"
While this change doesn't break the creation, it does break
idempotency. This change will convert '*.*' to '`*`.*' which is
functionally the same, however when the user_mod() function looks up
the current privileges with privileges_get() it will read '*.*'

Since '*.*' != '`*`.*' it will go through the process of updating the
privleges always resulting in a 'changed' result.

This reverts commit db9ab9b262.
2015-08-03 10:49:37 +00:00
..
mysql Revert "escapeds changes" 2015-08-03 10:49:37 +00:00
postgresql Ensure TEMP privilege gets removed when expanding ALL. 2015-07-22 13:34:52 +10:00
__init__.py package files 2014-09-26 11:05:47 -04:00