From 8be17cd7f8897b4621029f497638b99735390a7b Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 21 Jul 2013 10:39:00 -0400 Subject: [PATCH] Add note about changed_when to changelog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2de41b227a..9871cc427a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Major new features: * new /etc/ansible/facts.d allows JSON or INI style facts to be provided from the remote node, and supports executable fact programs in this dir. Files must end in *.fact. * ability to make undefined template variables raise errors, see ansible.cfg * sudo: True/False and sudo_user: True/False can set at include and role level +* added changed_when: (expression) which allows overriding whether a result is changed or not, can work with registered expressions. New modules: