mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00:00
defined DEFAULT_DOCKER_API_VERSION to avoid it erroring out before we send the message that docker.py is missing
This commit is contained in:
@@ -422,6 +422,7 @@ EXAMPLES = '''
|
||||
'''
|
||||
|
||||
HAS_DOCKER_PY = True
|
||||
DEFAULT_DOCKER_API_VERSION = None
|
||||
|
||||
import sys
|
||||
import json
|
||||
|
||||
Reference in New Issue
Block a user