mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 08:43:10 +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.
|
||||
version = (0,)
|
||||
|
||||
return version
|
||||
return tuple(version)
|
||||
|
||||
def check_dependencies(module):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user