mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Promulgate house's fix for docker_volume to docker_secret
* Revert change to docker_common as it's not as good as the try: except fix * limit docker_volume fix to ImportErrors * fix docker_secret i nthe same way * Remove docker_secret from import tests
This commit is contained in:
@@ -90,9 +90,6 @@ 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