cut jinja templates from conditionals

This commit is contained in:
Laurent Indermuehle 2025-04-25 14:44:57 +02:00
parent 0c5e870d75
commit e912d7e28a
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
10 changed files with 159 additions and 104 deletions

View file

@ -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 }}'"]