mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
fix deprecated include
This commit is contained in:
parent
472cea898e
commit
d3977eb1a7
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@
|
|||
# https://github.com/ansible-collections/community.mysql/issues/231
|
||||
- include_tasks: test_user_grants_with_roles_applied.yml
|
||||
|
||||
- include: test_revoke_only_grant.yml
|
||||
- include_tasks: test_revoke_only_grant.yml
|
||||
|
||||
- name: Mysql_user - test column case sensitive
|
||||
ansible.builtin.import_tasks:
|
||||
|
|
Loading…
Add table
Reference in a new issue