mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-05-23 09:29:10 -07:00
fix string templating for ansible devel (core 2.19, 12 beta)
This commit is contained in:
parent
b26235b7d7
commit
cf57ab9dda
4 changed files with 7 additions and 6 deletions
|
@ -33,5 +33,5 @@
|
|||
assert:
|
||||
that:
|
||||
- result is changed
|
||||
- "'{{ var_name }}' in result.stdout"
|
||||
- "'{{ var_value }}' in result.stdout"
|
||||
- var_name | string in result.stdout
|
||||
- var_value | string in result.stdout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue