1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments/48546-docker-diff.yml

8 lines
511 B
YAML
Raw Normal View History

minor_changes:
- "docker_container - improved ``diff`` mode to show output."
- "docker_swarm_service - added ``diff`` mode."
- "docker_network - changed return value ``diff`` from ``list`` to ``dict``; the original list is contained in ``diff.differences``."
- "docker_network - improved ``diff`` mode to show output."
- "docker_volume - changed return value ``diff`` from ``list`` to ``dict``; the original list is contained in ``diff.differences``."
- "docker_volume - improved ``diff`` mode to show output."