diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2025-01-14 16:44:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-14 16:44:29 +0100 |
commit | 5b0d1704962b4634380c20f8ab5d23f80cbc5f52 (patch) | |
tree | b11d9e81535931f61fac8d2944d7d0e6c895e878 /changelogs | |
parent | Allows iptables chain creation with wait parameter (#84491) (diff) | |
download | ansible-5b0d1704962b4634380c20f8ab5d23f80cbc5f52.tar.xz ansible-5b0d1704962b4634380c20f8ab5d23f80cbc5f52.zip |
get_url: add support for BSD-style digest (#84485)
* Added support for BSD-style digest file to test
checksum of downloaded file.
Fixes: #84476
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/get_url_bsd_style_digest.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/get_url_bsd_style_digest.yml b/changelogs/fragments/get_url_bsd_style_digest.yml new file mode 100644 index 0000000000..fe4a6f288c --- /dev/null +++ b/changelogs/fragments/get_url_bsd_style_digest.yml @@ -0,0 +1,3 @@ +--- +bugfixes: + - get_url - add support for BSD-style checksum digest file (https://github.com/ansible/ansible/issues/84476). |