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
2014-02-05 11:56:05 -06:00
..
get_url When force=yes, get_url should always download the specified file 2014-02-05 11:56:05 -06:00
slurp Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
uri Allow the 'PATCH' method in the 'uri' module since 'httplib2' allows it 2014-02-02 20:53:52 +00:00