community.mysql/changelogs/fragments/602-show-all-slaves-status.yaml
William Felipe Welter 93e42bc8f9
Update changelogs/fragments/602-show-all-slaves-status.yaml
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2024-01-18 11:18:17 +00:00

2 lines
285 B
YAML

bugfixes:
- mysql_info - the ``slave_status`` filter was returning an empty list on MariaDB with multiple replication channels. It now returns all channels by running ``SHOW ALL SLAVES STATUS`` for MariaDB servers (https://github.com/ansible-collections/community.mysql/issues/603).