mirror of https://github.com/ansible/ansible
fetch_file: add ca_path and cookies parameters (#85187)
* Added ca_path and cookies parameter arguments to fetch_file method to specify CA path and Cookies to fetch file from URL. These parameters are already supported by fetch_url. Fixes: #85172 Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>pull/85824/head
parent
065f202d30
commit
1cd4369815
@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- fetch_file - add ca_path and cookies parameter arguments (https://github.com/ansible/ansible/issues/85172).
|
||||
Loading…
Reference in new issue