mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07:00
Fix checksum file parsing in get_url (#53685)
* Fix checksum file parsing. Fixes #48790 * guard invalid int conversion Co-Authored-By: sivel <matt@sivel.net> * Remove extra newline
This commit is contained in:
parent
6471e4653d
commit
77217fdd24
2 changed files with 37 additions and 25 deletions
4
changelogs/fragments/get_url-checksum.yaml
Normal file
4
changelogs/fragments/get_url-checksum.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
bugfixes:
|
||||
- get_url - Fix issue with checksum validation when using a file to ensure we skip lines in the file that
|
||||
do not contain exactly 2 parts. Also restrict exception handling to the minimum number of
|
||||
necessary lines (https://github.com/ansible/ansible/issues/48790)
|
Loading…
Add table
Add a link
Reference in a new issue