mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-09-12 19:07:24 +00:00
Add docker_image_build module. (#735)
This commit is contained in:
@@ -396,7 +396,7 @@ class AnsibleDockerClientBase(Client):
|
||||
images = self._image_lookup(lookup, tag)
|
||||
|
||||
if len(images) > 1:
|
||||
self.fail("Registry returned more than one result for %s:%s" % (name, tag))
|
||||
self.fail("Daemon returned more than one result for %s:%s" % (name, tag))
|
||||
|
||||
if len(images) == 1:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user