From d17cb6a9107f93e2c649bf874fbdb80f4202717d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 30 Mar 2012 22:05:15 -0400 Subject: [PATCH] only_if actually works in playbooks for handler tasks, remove the note that says otherwise --- rst/playbooks.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/rst/playbooks.rst b/rst/playbooks.rst index e5936bcfd5..5e394d9eec 100644 --- a/rst/playbooks.rst +++ b/rst/playbooks.rst @@ -277,9 +277,6 @@ that evaluates to `True` or `False`. It is a good idea to use 'vars_files' inst all of your conditional expressions in a way that makes them very easy to reuse between plays and playbooks. -.. note:: - Handlers don't support only_if because they don't need to. If a handler is not notified, - it will not run. Conditional Imports +++++++++++++++++++