community.mysql/tests/integration/targets/test_mysql_user/tasks
steveteahan 20f9699199
mysql_user: Fixed change detection with append_privs (#69) (#72)
* 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
2020-12-16 08:22:00 +03:00
..
assert_no_user.yml initial commit (#1) 2020-07-10 17:16:58 +01:00
assert_user.yml initial commit (#1) 2020-07-10 17:16:58 +01:00
create_user.yml initial commit (#1) 2020-07-10 17:16:58 +01:00
issue-28.yml Disable hostname check (#38) 2020-10-12 21:19:43 +03:00
issue-29511.yaml initial commit (#1) 2020-07-10 17:16:58 +01:00
issue-64560.yaml initial commit (#1) 2020-07-10 17:16:58 +01:00
main.yml mysql_user: Fixed change detection with append_privs (#69) (#72) 2020-12-16 08:22:00 +03:00
remove_user.yml initial commit (#1) 2020-07-10 17:16:58 +01:00
resource_limits.yml initial commit (#1) 2020-07-10 17:16:58 +01:00
test_priv_append.yml mysql_user: Fixed change detection with append_privs (#69) (#72) 2020-12-16 08:22:00 +03:00
test_priv_dict.yml initial commit (#1) 2020-07-10 17:16:58 +01:00
test_privs.yml initial commit (#1) 2020-07-10 17:16:58 +01:00
tls_requirements.yml Add test to verify TLS requirements are removed (#26) 2020-09-21 07:39:08 +03:00
user_password_update_test.yml initial commit (#1) 2020-07-10 17:16:58 +01:00