mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-16 13:51:09 +00:00
docker_secret: fix broken import
This commit is contained in:
committed by
Toshio Kuratomi
parent
feff6abd72
commit
5f62a973da
@@ -90,6 +90,9 @@ if not HAS_DOCKER_PY:
|
||||
def __init__(self, **kwargs):
|
||||
pass
|
||||
|
||||
class APIError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class DockerBaseClass(object):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user