mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-06 22:24:24 -07:00
Add integration tests for mysql_info users_privs
This commit is contained in:
parent
952d46a5cd
commit
1886753dfa
2 changed files with 254 additions and 0 deletions
|
@ -219,3 +219,7 @@
|
|||
assert:
|
||||
that:
|
||||
- result.databases.allviews.size == 0
|
||||
|
||||
- name: Import tasks file to tests users_privs filter
|
||||
ansible.builtin.import_tasks:
|
||||
file: filter_users_privs.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue