mirror of https://github.com/ansible/ansible.git
[bp-2.10] get_url - Allow checksum file to be local file:// (#75052)
This would be a partial solution for #69364 in that the
SHASUMS file can be downloaded and gpg verified but then
used from the downloaded location to verify the get_url's file.
* Make checksum url parsing more explicit
Use urlsplit to test if the checksum string has a (currently tested and) supported url scheme.
(cherry picked from commit eb8b3a8479
)
Co-authored-by: Edwin Hermans <edwin@madtech.cx>
pull/75258/head
parent
9e5091ab5c
commit
e0cb0671af
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- get_url - allow checksum urls to point to file:// resources, moving scheme test to function
|
Loading…
Reference in New Issue