mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-16 12:06:29 +00:00
Fix broken signature.
This commit is contained in:
parent
132eb7b496
commit
964be12399
@ -238,6 +238,7 @@ class Engine:
|
||||
image,
|
||||
container_value,
|
||||
expected_value,
|
||||
host_info,
|
||||
):
|
||||
pass
|
||||
|
||||
|
||||
@ -500,6 +500,7 @@ class DockerAPIEngine(Engine):
|
||||
image,
|
||||
container_value,
|
||||
expected_value,
|
||||
host_info,
|
||||
):
|
||||
if self._ignore_mismatching_result is None:
|
||||
return False
|
||||
@ -511,6 +512,7 @@ class DockerAPIEngine(Engine):
|
||||
image,
|
||||
container_value,
|
||||
expected_value,
|
||||
host_info,
|
||||
)
|
||||
|
||||
def preprocess_value(self, module, client, api_version, options, values):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user