From 7b177e8ebb3169e1107228f8ce9d9a347e385ec2 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 15 Jul 2012 09:25:59 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0df92c1d6e1..4e7e5d07646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ Ansible Changes By Release * 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) * at the top level of a playbook, set 'gather_facts: False' to skip fact gathering +* first_available_file and with_items used together will now raise an error 0.5 "Amsterdam" ------- July 04, 2012