mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-05-20 07:59:11 -07:00
Cut extra $
This commit is contained in:
parent
172bb6ce4f
commit
0089a6b86d
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
ansible.builtin.debug:
|
||||
msg: >
|
||||
Python in use inside the test container:
|
||||
${{ python_version_in_use.stdout }}
|
||||
{{ python_version_in_use.stdout }}
|
||||
when:
|
||||
- python_version_in_use is defined
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue