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/library/network
James Cammarata 77d5a18392 When force=yes, get_url should always download the specified file
This is accomplished by not setting the If-Modified-Since header,
and setting "cache-control: no-cache" instead. Note that if the
file content has not changed, the module will still report that
changed=false, as the md5's of the tmp file and existing file are
compared before swapping

Fixes #5104
11 years ago
..
get_url When force=yes, get_url should always download the specified file 11 years ago
slurp Addresses #5023 Fix import comments 11 years ago
uri Allow the 'PATCH' method in the 'uri' module since 'httplib2' allows it 11 years ago