mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-29 09:21:45 -07:00
add integration tests for subtract_privs for mysql_role and mysql_user
This commit is contained in:
parent
3dc21216cb
commit
aa0c779269
5 changed files with 312 additions and 0 deletions
|
@ -5,3 +5,8 @@
|
|||
|
||||
# mysql_role module initial CI tests
|
||||
- import_tasks: mysql_role_initial.yml
|
||||
|
||||
# Test that subtract_privs will only revoke the grants given by priv
|
||||
# (https://github.com/ansible-collections/community.mysql/issues/331)
|
||||
- include: test_priv_subtract.yml enable_check_mode=no
|
||||
- include: test_priv_subtract.yml enable_check_mode=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue