mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
fix docker_volume import error when docker Python package is missing
This commit is contained in:
@@ -90,6 +90,9 @@ if not HAS_DOCKER_PY:
|
||||
def __init__(self, **kwargs):
|
||||
pass
|
||||
|
||||
class APIError:
|
||||
def __init__(self, **kwargs):
|
||||
pass
|
||||
|
||||
class DockerBaseClass(object):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user