mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Set a default value for DEFAULT_DOCKER_API_VERSION so we can create the AnsibleModule without docker-py
This commit is contained in:
committed by
Matt Clay
parent
7027de77b7
commit
98e600961f
@@ -137,6 +137,7 @@ try:
|
||||
except ImportError:
|
||||
HAS_DOCKER_CLIENT = False
|
||||
|
||||
DEFAULT_DOCKER_API_VERSION = None
|
||||
if HAS_DOCKER_CLIENT:
|
||||
try:
|
||||
from docker.errors import APIError as DockerAPIError
|
||||
|
||||
Reference in New Issue
Block a user