mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-06-04 23:39:10 -07:00
Attempt to set log-bin into docker
This commit is contained in:
parent
bcca4e832b
commit
7f69ead2a3
3 changed files with 85 additions and 88 deletions
|
@ -19,21 +19,6 @@
|
|||
- db_engine == 'mysql'
|
||||
- db_version is version('8.0.22', '>=')
|
||||
|
||||
# We can't pass --server-id to service containers in GHA
|
||||
- name: Change replica1 server_id to 2
|
||||
mysql_variables:
|
||||
<<: *mysql_params
|
||||
login_port: '{{ mysql_replica1_port }}'
|
||||
variable: server_id
|
||||
value: 2
|
||||
|
||||
- name: Change replica2 server_id to 3
|
||||
mysql_variables:
|
||||
<<: *mysql_params
|
||||
login_port: '{{ mysql_replica2_port }}'
|
||||
variable: server_id
|
||||
value: 3
|
||||
|
||||
# We use iF NOT EXISTS because the GITHUB Action:
|
||||
# "ansible-community/ansible-test-gh-action" uses "--retry-on-error".
|
||||
# If test_mysql_replication fails, test will run again an without the IF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue