community.mysql/plugins/modules
betanummeric bf5086d19d
mysql_role: add argument "members_must_exist" (#369)
* mysql_role: add argument "members_must_exist" (boolean, default true)

The assertion that the users supplied in the "members" argument exist is only executed when the new argument "members_must_exist" is true, to allow opt-out.

* mysql_role: add integration tests for argument members_must_exist

* add changelog fragment

* mysql_role: fix behavior of members_must_exist argument

* Update plugins/modules/mysql_role.py

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

* Update changelogs/fragments/369_mysql_role-add-members_must_exist.yml

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

Co-authored-by: Felix Hamme <felix.hamme@ionos.com>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2022-05-27 12:11:17 +02:00
..
mysql_db.py Allow the "%" character in database name (#227) 2021-10-21 08:38:46 +02:00
mysql_info.py mysql_info: fix TypeError failure when there are databases that do not contain tables (#205) 2021-08-20 08:17:34 +02:00
mysql_query.py mysql_query: fix false change reports when IF NOT EXISTS clause is used (#322) 2022-05-25 16:19:31 +02:00
mysql_replication.py mysql_replication: fix failing when using primary_use_gtid with replica_ or slave_pos (#336) 2022-04-21 17:43:08 +02:00
mysql_role.py mysql_role: add argument "members_must_exist" (#369) 2022-05-27 12:11:17 +02:00
mysql_user.py mysql_user, mysql_role: add argument subtract_privs to revoke privileges explicitly (#333) 2022-05-09 09:50:49 +02:00
mysql_variables.py mysql_variables: fix documentation (#66) 2020-11-26 13:12:31 +03:00