Set a default value for DEFAULT_DOCKER_API_VERSION so we can create the AnsibleModule without docker-py

pull/18777/head
Toshio Kuratomi 9 years ago 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

Loading…
Cancel
Save