Commit d17cb6a9 by Michael DeHaan

only_if actually works in playbooks for handler tasks, remove the note that says otherwise

parent 1a5aa89b
......@@ -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
+++++++++++++++++++
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment