ansible/changelogs/fragments/get_url-remove-fragile-code.yaml
Sam Doran d9bd76dc8a Improve code stability is checksum checking
- use context manager for dealing with the checksum file
- use loop that can tolerate zero, one, or more items return rather than the previous expression which would break if anything other than exactly one item was returned

(cherry picked from commit 03dbb1d9c4)

squash
2018-10-09 10:11:14 -07:00

2 lines
155 B
YAML

bugfixes:
- get_url - improve code that parses checksums from a file so it is not fragile and reports a helpful error when no matching checksum is found