From 58e099b91b37466ef5724c4cdb7c022658672ce3 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 10 Aug 2012 00:39:19 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a1ecdc6b8..77a185aa5f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,15 @@ Ansible Changes By Release * use -vvv for extreme debug levels. -v gives more playbook output as before * -vv shows module arguments to all module calls (and maybe some other things later) * if you ctrl+c a playbook it won't traceback +* backup option on copy (backup=yes) +* --version shows git information if running from git +* file module will not recurse on directory properties +* vars_prompt now has encryption options (see examples/playbooks/prompts.yml) +* yum module now workable without having repoquery installed, but doesn't support comparisons or list= if so +* don't pass "--" to sudo to work on older EL5 +* allow variables in parameterized task include parameters (regression) +* make remote_md5 internal function work with non-bash shells +* allow user to be passed in via --extra-vars (regression) 0.6 "Cabo" -- August 6, 2012