Cut extra $

This commit is contained in:
Laurent Indermuehle 2025-05-05 15:24:27 +02:00
parent 172bb6ce4f
commit 0089a6b86d
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -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