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/network/basics
Dag Wieers 7903b39fc0 Ensure proper error when fetch_url returns status -1
When using a file:// or ftp:// URL the normal provisions that a non-200 status code means error have been disabled.
But the common error status -1 from fetch_url is not properly returning an error message.
This fix ensures that if the status code returns -1, we return a proper error message.

This fixes #3563
9 years ago
..
__init__.py Renames. 11 years ago
get_url.py Ensure proper error when fetch_url returns status -1 9 years ago
slurp.py made note about slurp memory consumption 10 years ago
uri.py Examples syntax batch6 (#5623) 9 years ago