summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-08-20 18:39:37 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2012-08-20 18:39:37 -0400
commit1ae018ce941fa5535fe1032d81284b469d64862d (patch)
tree689bc4dfff97e60eb5438374c3412fc01bf787a8 /CHANGELOG.md
parent5effbd4ff56cf2884c5d6b4e82220f4aed764284 (diff)
downloadansible-1ae018ce941fa5535fe1032d81284b469d64862d.tar.gz
Adds a thirsty=yes|no to the get_url module, such that if downloading a large file from the internet you can decide
whether to download it every time or not -- will replace only on change, or decide to not download. The default is thirsty=no which will not download every time by default.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cdbba0679e..f49aa439ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ Module changes:
* new module boilerplate code to check for mutually required arguments, arguments required together, exclusive args
* add pattern= as a paramter to the service module (for init scripts that don't do status, or do poor status)
* various fixes to mysql & postresql modules
+* added a thirsty= option (boolean, default no) to the get_url module to decide to download the file every time or not
Core changes: