mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-28 07:31:24 -07:00
12 lines
604 B
YAML
12 lines
604 B
YAML
####################################################################
|
|
# WARNING: These are designed specifically for Ansible tests #
|
|
# and should not be used as examples of how to write Ansible roles #
|
|
####################################################################
|
|
|
|
# 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
|