chore: fix conditional statements should not include jinja 2 templating (#599)

Thanks to @tompal3 for your contribution

(cherry picked from commit 81ab18d56c)
This commit is contained in:
Laurent Indermühle 2023-11-30 13:39:34 +01:00 committed by Laurent Indermuehle
commit 185a6b975e
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
5 changed files with 87 additions and 45 deletions

View file

@ -339,7 +339,7 @@
assert:
that:
- result is changed
- "result.db =='{{ db_name }}'"
- result.db == db_name
# - name: Dump and Import | Assert database was backed up successfully
# command: "file {{ db_file_name }}"