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/3075-archive-idempotency-enhancements.yml
Ajpantuso 1e466df863
archive - idempotency enhancement for 4.0.0 (#3075)
* Initial Commit

* Comparing with tar file checksums rather than tar header checksums

* Added changelog fragment

* Revert "Comparing with tar file checksums rather than tar header checksums"

This reverts commit bed4b17107.

* Restricting idempotency tests by format

* Applying review suggestions
2021-08-12 08:18:38 +02:00

4 lines
206 B
YAML

---
breaking_changes:
- archive - adding idempotency checks for changes to file names and content within the ``destination`` file
(https://github.com/ansible-collections/community.general/pull/3075).