community.mysql/changelogs/fragments/144-mysql_replication_remove_slave_from_messages.yml
2021-04-14 16:19:22 +02:00

3 lines
372 B
YAML

major_changes:
- mysql_replication - the word ``slave`` in messages returned by the module replaced with ``replica`` (https://github.com/ansible-collections/community.mysql/issues/98).
- mysql_replication - the return value ``Is_Slave`` will be replaced with ``Is_Replica`` in ``community.mysql`` 3.0.0 (https://github.com/ansible-collections/community.mysql/issues/145).