From 3466ad5e453a4ce06aa7755276679c113695950a Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 14 Jul 2012 19:31:18 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46643a58c14..837ad67516f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ Ansible Changes By Release * setup module no longer needs to run twice per playbook * vars_files now usable with with_items, provided file paths don't contain host specific facts * error reporting if with_items value is unbound +* with_items no longer creates lots of tasks, creates one task that makes multiple calls +* can use host_specific facts inside with_items (see above) 0.5 "Amsterdam" ------- July 04, 2012