Add integration tests for mysql_info users_privs

This commit is contained in:
Laurent Indermuehle 2023-10-12 10:11:54 +02:00
commit 1886753dfa
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
2 changed files with 254 additions and 0 deletions

View file

@ -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