tests: change deprecated "include" to "include_tasks"

This commit is contained in:
Felix Hamme 2023-05-23 14:09:28 +02:00
commit 8283a1dc03
19 changed files with 178 additions and 101 deletions

View file

@ -12,5 +12,5 @@
# 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
- include_tasks: test_priv_subtract.yml enable_check_mode=no
- include_tasks: test_priv_subtract.yml enable_check_mode=yes