mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-05-24 09:59:09 -07:00
cut jinja templates from conditionals
This commit is contained in:
parent
0c5e870d75
commit
e912d7e28a
10 changed files with 159 additions and 104 deletions
|
@ -75,7 +75,7 @@
|
|||
- assert:
|
||||
that:
|
||||
- result is changed
|
||||
- result.queries == result_query or result_query2
|
||||
- result.queries in [result_query, result_query2]
|
||||
vars:
|
||||
result_query: ["START SLAVE FOR CHANNEL '{{ test_channel }}'"]
|
||||
result_query2: ["START REPLICA FOR CHANNEL '{{ test_channel }}'"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue