mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Docker module: restarted should update the container when necessary
This commit is contained in:
@@ -1643,6 +1643,10 @@ def restarted(manager, containers, count, name):
|
|||||||
|
|
||||||
containers.refresh()
|
containers.refresh()
|
||||||
|
|
||||||
|
for container in manager.get_differing_containers():
|
||||||
|
manager.stop_containers([container])
|
||||||
|
manager.remove_containers([container])
|
||||||
|
|
||||||
manager.restart_containers(containers.running)
|
manager.restart_containers(containers.running)
|
||||||
started(manager, containers, count, name)
|
started(manager, containers, count, name)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user