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
This commit is contained in:
Ajpantuso 2021-08-12 02:18:38 -04:00 committed by GitHub
commit 1e466df863
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 65 additions and 21 deletions

View file

@ -0,0 +1,4 @@
---
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).