mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-09-12 19:07:24 +00:00
Handle network_mode=default correctly for Docker 26.1.0+. (#936)
This commit is contained in:
@@ -533,7 +533,7 @@ class ContainerManager(DockerBaseClass):
|
||||
if not match:
|
||||
# No match.
|
||||
if engine.ignore_mismatching_result(self.module, self.client, self.engine_driver.get_api_version(self.client),
|
||||
option, image, container_value, param_value):
|
||||
option, image, container_value, param_value, host_info):
|
||||
# Ignore the result
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user