mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
* mysql_user: Fixed change detection with append_privs (#69) Prior to this change, mysql_user with append_privs would attempt to make a change even if the current privileges were a superset of the new privileges (shouldn't require any action). * Fixed unrelated mysql_replication doc causing failures in CI * Added fragments and check_mode tests * Expanded priv append tests to cover additional case |
||
---|---|---|
.. | ||
mysql_db.py | ||
mysql_info.py | ||
mysql_query.py | ||
mysql_replication.py | ||
mysql_user.py | ||
mysql_variables.py |