mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-05 13:44:25 -07:00
[WIP] Add tables count per database
This commit is contained in:
parent
7d787eb238
commit
9cf17827d2
3 changed files with 102 additions and 9 deletions
|
@ -221,6 +221,10 @@
|
|||
that:
|
||||
- result.databases.allviews.size == 0
|
||||
|
||||
- name: Import tasks file to tests tables count in database filter
|
||||
ansible.builtin.import_tasks:
|
||||
file: filter_databases_tables.yml
|
||||
|
||||
- name: Import tasks file to tests users_info filter
|
||||
ansible.builtin.import_tasks:
|
||||
file: filter_users_info.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue