From cc8d601fb6b6e72f0e7fd6806f7595dac23616a4 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 16 Sep 2013 07:39:22 -0500 Subject: [PATCH] Updated CHANGELOG for the failed_when feature --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d0781d9ec7..232aae0265d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Ansible Changes By Release Highlighted new features: +* Added failed_when option for tasks, which can be used to specify logical statements that make it easier to determine when a task has failed, or to make it easier to ignore certain non-zero return codes for some commands. * Added the "subelement" lookup plugin, which allows iteration of the keys of a dictionary or items in a list. * Added the capability to use either paramiko or ssh for the inital setup connection of an accelerated playbook.