mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-22 18:31:27 -07:00
fix query for stable-2
This commit is contained in:
parent
185a6b975e
commit
db7f1b2aee
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@
|
||||||
MASTER_USER='{{ replication_user }}',MASTER_PASSWORD='********',\
|
MASTER_USER='{{ replication_user }}',MASTER_PASSWORD='********',\
|
||||||
MASTER_PORT={{ mysql_primary_port }},MASTER_LOG_FILE=\
|
MASTER_PORT={{ mysql_primary_port }},MASTER_LOG_FILE=\
|
||||||
'{{ mysql_primary_status.File }}',MASTER_LOG_POS=\
|
'{{ mysql_primary_status.File }}',MASTER_LOG_POS=\
|
||||||
{{ mysql_primary_status.Position }},MASTER_SSL=0,MASTER_SSL_CA=''"]
|
{{ mysql_primary_status.Position }},MASTER_SSL_CA=''"]
|
||||||
|
|
||||||
# Test startreplica mode:
|
# Test startreplica mode:
|
||||||
- name: Start replica
|
- name: Start replica
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue