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 |
||
---|---|---|
.. | ||
assert_no_user.yml | ||
assert_user.yml | ||
create_user.yml | ||
issue-28.yml | ||
issue-29511.yaml | ||
issue-64560.yaml | ||
main.yml | ||
remove_user.yml | ||
resource_limits.yml | ||
test_priv_append.yml | ||
test_priv_dict.yml | ||
test_privs.yml | ||
tls_requirements.yml | ||
user_password_update_test.yml |