add integration tests for subtract_privs for mysql_role and mysql_user

This commit is contained in:
Felix Hamme 2022-04-12 13:24:34 +02:00
commit aa0c779269
5 changed files with 312 additions and 0 deletions

View file

@ -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