Open
Description
Summary
This is probably an oversight, but right now it's not possible to pass ca_path
to fetch_file
in the urls
module utils.
validate_certs
is taken from the module args, ciphers
can be manually passed to fetch_file
, but it's not possible to pass ca_path
at all. This makes it impossible to use fetch_file
to download files from HTTPS URLs with certificate validation with CAs outside the used trust store.
When looking at urls
, I also noticed that it's not possible to pass cookies
to fetch_file
.
Issue Type
Feature Idea
Component Name
urls module util
Additional Information
Code of Conduct
- I agree to follow the Ansible Code of Conduct