mirror of https://github.com/ansible/ansible.git
* [stable-2.7] 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.
(cherry picked from commit 77217fdd24)
Co-authored-by: Matt Martz <matt@sivel.net>
* Remove use of undefined variable
pull/54037/head
parent
81d893d6ee
commit
166ef9f668
@ -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…
Reference in New Issue