mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
changelog: fix broken link in ansible docs (#446)
This commit is contained in:
parent
7defd8e728
commit
ff9f58e8d1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ releases:
|
||||||
changes:
|
changes:
|
||||||
breaking_changes:
|
breaking_changes:
|
||||||
- mysql_replication - remove ``Is_Slave`` and ``Is_Master`` return values (were
|
- 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).
|
replaced with ``Is_Primary`` and ``Is_Replica`` (https://github.com/ansible-collections/community.mysql/issues/145).
|
||||||
- mysql_replication - remove the mode options values containing ``master``/``slave``
|
- mysql_replication - remove the mode options values containing ``master``/``slave``
|
||||||
and the master_use_gtid option ``slave_pos`` (were replaced with corresponding
|
and the master_use_gtid option ``slave_pos`` (were replaced with corresponding
|
||||||
``primary``/``replica`` values) (https://github.com/ansible-collections/community.mysql/issues/145).
|
``primary``/``replica`` values) (https://github.com/ansible-collections/community.mysql/issues/145).
|
||||||
|
|
Loading…
Add table
Reference in a new issue