mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fixed typo in cloud docker module.
This commit is contained in:
committed by
Matt Clay
parent
5844a04061
commit
a99d7da0c1
@@ -1140,7 +1140,7 @@ class DockerManager(object):
|
||||
name_list = []
|
||||
matches = name in name_list
|
||||
else:
|
||||
details = self.client.inspect_container(i['Id'])
|
||||
details = self.client.inspect_container(container['Id'])
|
||||
details = _docker_id_quirk(details)
|
||||
|
||||
running_image = normalize_image(details['Config']['Image'])
|
||||
|
||||
Reference in New Issue
Block a user