From 740a00ed9421d452eac9eedffb64b166c403f237 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Mon, 18 Nov 2024 13:50:27 +0100 Subject: [PATCH] Add changelog fragment --- changelogs/fragments/591-mysql_info-db_tables_count.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/fragments/591-mysql_info-db_tables_count.yml diff --git a/changelogs/fragments/591-mysql_info-db_tables_count.yml b/changelogs/fragments/591-mysql_info-db_tables_count.yml new file mode 100644 index 0000000..abbc1cb --- /dev/null +++ b/changelogs/fragments/591-mysql_info-db_tables_count.yml @@ -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)