You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/get_url
Edwin Hermans eb8b3a8479
get_url - Allow checksum file to be local file:// url (#71205)
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.

* Fix whitespace
* Changelog fragment
* Added tests
* Fix typo in test setup
4 years ago
..
files More boilerplate fixes. (#70224) 4 years ago
meta Fix integration tests to support remote hosts. 6 years ago
tasks get_url - Allow checksum file to be local file:// url (#71205) 4 years ago
aliases Testing: Add support for AIX platform (#65802) 5 years ago