mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fixes version check for docker-py
This commit is contained in:
@@ -443,7 +443,7 @@ def get_docker_py_versioninfo():
|
|||||||
# than 0.3.0 so it's okay to lie here.
|
# than 0.3.0 so it's okay to lie here.
|
||||||
version = (0,)
|
version = (0,)
|
||||||
|
|
||||||
return version
|
return tuple(version)
|
||||||
|
|
||||||
def check_dependencies(module):
|
def check_dependencies(module):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user