mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-27 21:01:28 -07:00
Linting
This commit is contained in:
parent
994c6efab1
commit
9b7fbdfe5e
1 changed files with 3 additions and 3 deletions
|
@ -69,9 +69,9 @@
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- mysql_primary_status.Is_Primary == true
|
- mysql_primary_status.Is_Primary == true
|
||||||
- mysql_primary_status.Position != 0
|
- mysql_primary_status.Position != 0
|
||||||
- mysql_primary_status is not changed
|
- mysql_primary_status is not changed
|
||||||
|
|
||||||
# Test startreplica fails without changeprimary first. This needs fail_on_error
|
# Test startreplica fails without changeprimary first. This needs fail_on_error
|
||||||
- name: Start replica and fail because primary is not specified; failing on error as requested
|
- name: Start replica and fail because primary is not specified; failing on error as requested
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue