mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-02 20:24:24 -07:00
Merge branch 'ansible-collections:main' into add_pam_service_option
This commit is contained in:
commit
ee0522499b
2 changed files with 12 additions and 3 deletions
13
.github/workflows/ansible-test-roles.yml
vendored
13
.github/workflows/ansible-test-roles.yml
vendored
|
@ -30,15 +30,24 @@ jobs:
|
|||
python:
|
||||
- 3.6
|
||||
- 3.8
|
||||
- 3.9
|
||||
exclude:
|
||||
- python: 3.8
|
||||
ansible: stable-2.11
|
||||
- python: 3.6
|
||||
ansible: stable-2.12
|
||||
- python: 3.6
|
||||
ansible: stable-2.13
|
||||
- python: 3.6
|
||||
ansible: devel
|
||||
- python: 3.8
|
||||
ansible: stable-2.11
|
||||
- python: 3.8
|
||||
ansible: stable-2.13
|
||||
- python: 3.8
|
||||
ansible: devel
|
||||
- python: 3.9
|
||||
ansible: stable-2.11
|
||||
- python: 3.9
|
||||
ansible: stable-2.12
|
||||
|
||||
steps:
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ releases:
|
|||
changes:
|
||||
breaking_changes:
|
||||
- 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``
|
||||
and the master_use_gtid option ``slave_pos`` (were replaced with corresponding
|
||||
``primary``/``replica`` values) (https://github.com/ansible-collections/community.mysql/issues/145).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue