mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-23 05:10:24 -07:00
mysql_info - add table count to the databases returned values (#691)
* Add tables count per database * Add integrations tests * Deduplicate tests between main and new task file
This commit is contained in:
parent
d613fa1993
commit
9057637844
4 changed files with 202 additions and 116 deletions
3
changelogs/fragments/591-mysql_info-db_tables_count.yml
Normal file
3
changelogs/fragments/591-mysql_info-db_tables_count.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
minor_changes:
|
||||
- mysql_info - adds the count of tables for each database to the returned values. It is possible to exclude this new field using the ``db_table_count`` exclusion filter. (https://github.com/ansible-collections/community.mysql/pull/691)
|
Loading…
Add table
Add a link
Reference in a new issue