mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Make image archive/save idempotent, using image id and repo tags as keys (#500)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
minor_changes:
|
||||
- docker_image - when using ``archive_path``, detect whether changes are necessary based on the image ID (hash). If the existing tar archive matches the source, do nothing.
|
||||
Previously, each task execution re-created the archive
|
||||
(https://github.com/ansible-collections/community.docker/pull/500).
|
||||
Reference in New Issue
Block a user