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

@ -274,6 +274,11 @@
- include: test_priv_append.yml enable_check_mode=no
- include: test_priv_append.yml enable_check_mode=yes
# 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
# Tests for the TLS requires dictionary
- include: tls_requirements.yml