mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-04 17:50:32 -07:00
* Add tables count per database * Add integrations tests * Deduplicate tests between main and new task file
3 lines
257 B
YAML
3 lines
257 B
YAML
---
|
|
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)
|