diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2024-06-20 19:50:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 19:50:27 +0200 |
commit | c93af4e148a0f04aef36d78e852ede057a02e701 (patch) | |
tree | a3f84a833854d6265fe5d73efbdee966bd500bdb /changelogs | |
parent | get_url: Verify checksum using tmpsrc, not dest (#64092) (diff) | |
download | ansible-c93af4e148a0f04aef36d78e852ede057a02e701.tar.xz ansible-c93af4e148a0f04aef36d78e852ede057a02e701.zip |
unarchive: handle content and size differences (#83454)
Consider content differs and size differs while unarchiving
the same tar.gz file
Fixes: #29610
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/unarchive_differs.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/unarchive_differs.yml b/changelogs/fragments/unarchive_differs.yml new file mode 100644 index 0000000000..c95af7e257 --- /dev/null +++ b/changelogs/fragments/unarchive_differs.yml @@ -0,0 +1,4 @@ +--- +bugfixes: + - unarchive - trigger change when size and content differ when other + properties are unchanged (https://github.com/ansible/ansible/pull/83454). |