mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-06-01 13:59:10 -07:00
Fix python version lookup
This commit is contained in:
parent
b2cbd3bc78
commit
d6956e236e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
- name: Assert that expected Python is installed
|
||||
assert:
|
||||
that:
|
||||
- python_version is in python_in_use.stdout
|
||||
- python_in_use.stdout is search(python_version)
|
||||
|
||||
- name: Assert that we run the expected ansible version
|
||||
assert:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue