mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 04:34:27 -07:00
[PR #599/81ab18d backport][stable-2] chore[CI]: fix conditional statements should not include jinja 2 templating (#601)
* chore: fix conditional statements should not include jinja 2 templating (#599)
Thanks to @tompal3 for your contribution
(cherry picked from commit 81ab18d56c
)
* fix query for stable-2
This commit is contained in:
parent
534a6fa1bc
commit
368c9b4b65
5 changed files with 87 additions and 45 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue