mysql_replication: remove mode values and ret values containing master / slave (#252)

* mysql_replication: remove mode values containing master / slave

* Add tests
This commit is contained in:
Andrew Klychkov 2021-12-01 09:56:53 +03:00 committed by GitHub
commit 1f796d9e81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 57 additions and 101 deletions

View file

@ -0,0 +1,3 @@
breaking_changes:
- mysql_replication - remove the mode options values containing ``master``/``slave`` and the master_use_gtid option ``slave_pos`` (were replaced with corresponding ``primary``/``replica`` values) (https://github.com/ansible-collections/community.mysql/issues/145).
- mysql_replication - remove ``Is_Slave`` and ``Is_Master`` return values (were replaced with ``Is_Primary`` and ``Is_Replica`` (https://github.com/ansible-collections /community.mysql/issues/145).