community.mysql/plugins/modules
Bas Zoetekouw 1cf1dbeca7
Remove parsing of REQUIRE SSL in privileges
tls_require is handled separately (in `user_mod()` lines 673-690.  
By adding the `REQUIRESSL` option to the current privileges, it gets passed to to the `curr_priv` variable in `user_mod()`, causing the privileges intersection between `curr_priv` and `new_priv` on line 663 to always contain `REQUIRESSL` (because `new_priv` will never never have it if we use `tls_requires`) and therefore the module would always be marked as "changed" (because it would always try removing the REQUIRESSL via `privileges_revoke()` at line 669 and then add it back via the explicit TLS route at lines 673-690).
2020-09-30 15:50:58 +02:00
..
mysql_db.py mysql_db: fix false warning related to unsafe_login_password (#34) 2020-09-28 08:17:04 +03:00
mysql_info.py mysql modules: fix examples to use FQCN (#3) 2020-07-13 10:52:49 +01:00
mysql_query.py mysql modules: fix examples to use FQCN (#3) 2020-07-13 10:52:49 +01:00
mysql_replication.py mysql modules: fix examples to use FQCN (#3) 2020-07-13 10:52:49 +01:00
mysql_user.py Remove parsing of REQUIRE SSL in privileges 2020-09-30 15:50:58 +02:00
mysql_variables.py mysql modules: fix examples to use FQCN (#3) 2020-07-13 10:52:49 +01:00