From 6c08913448a519b27ac3bbc5919b50095d34c65e Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 7 Jul 2012 08:49:15 -0400 Subject: [PATCH] changelog updates --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb4a13fba11..9c6cefad4bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ Ansible Changes By Release * groups variable available a hash to return the hosts in each group name * fetch module now does not fail a system when requesting file paths (ex: logs) that don't exist - +* apt module now takes an optional install-recommends=yes|no (default yes) +* fixes to the return codes of the copy module + 0.5 "Amsterdam" ------- July 04, 2012 * Service module gets more accurate service states when running with upstart