From 87e911c40529f5315788df92fbd39264038517fe Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 11 Jul 2012 20:50:43 -0400 Subject: [PATCH] changelog update --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbeb04f40..44a389caf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ Ansible Changes By Release * fixes to the return codes of the copy module * copy module takes a remote md5sum to avoid large file transfer * when sudoing to root, still use /etc/ansible/setup as the metadata path, as if root +* support to tag tasks and includes and use --tags in playbook CLI +* various user and group module fixes (error handling, etc) +* apt module now takes an optional force parameter +* slightly better psychic service status handling for the service module 0.5 "Amsterdam" ------- July 04, 2012