mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-13 14:10:32 -07:00
* mysql_role: don't add members to a role when creating the role and "detach_members: true" is set, add integration test * add changelog fragment * mysql_role: add author betanummeric * Update changelogs/fragments/367-mysql_role-fix-deatch-members.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>
18 lines
No EOL
257 B
YAML
18 lines
No EOL
257 B
YAML
mysql_user: root
|
|
mysql_password: msandbox
|
|
mysql_primary_port: 3307
|
|
|
|
test_db: test_db
|
|
test_table: test_table
|
|
test_db1: test_db1
|
|
test_db2: test_db2
|
|
|
|
user0: user0
|
|
user1: user1
|
|
user2: user2
|
|
nonexistent: user3
|
|
|
|
role0: role0
|
|
role1: role1
|
|
role2: role2
|
|
role3: role3 |