community.mysql/tests/integration/targets
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
..
setup_mysql Enable and fix integration tests for devel (#290) 2022-03-01 17:57:20 +01:00
setup_remote_tmp_dir CI tests: add a note not to use tests as an example of writing roles (#32) 2020-09-28 08:15:47 +03:00
test_mysql_db Feature/mariadb integration ci (#246) 2021-12-14 09:30:46 +01:00
test_mysql_info Feature/mariadb integration ci (#246) 2021-12-14 09:30:46 +01:00
test_mysql_query mysql_query: fix false change reports when IF NOT EXISTS clause is used (#322) 2022-05-25 16:19:31 +02:00
test_mysql_replication mysql_replication: fix failing when using primary_use_gtid with replica_ or slave_pos (#336) 2022-04-21 17:43:08 +02:00
test_mysql_role mysql_role: add argument "members_must_exist" (#369) 2022-05-27 12:11:17 +02:00
test_mysql_user mysql_user: fix parsing privs when a user has roles assigned to it (#341) 2022-05-12 09:36:21 +02:00
test_mysql_variables Feature/mariadb integration ci (#246) 2021-12-14 09:30:46 +01:00