From 6c84ec72c6b96a0db4afc41eaad0b5b31b344705 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 14 Jul 2012 13:46:34 -0400 Subject: [PATCH] changelog update --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ddebdf872..46643a58c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ Ansible Changes By Release * in YAML inventory, hosts can list their groups in inverted order now also (see tests/yaml_hosts) * setup module no longer saves to disk, template module now only used in playbooks * 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 0.5 "Amsterdam" ------- July 04, 2012