1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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

This commit is contained in:
Michael DeHaan 2012-03-30 22:05:15 -04:00
parent 1a5aa89be8
commit d17cb6a910

View file

@ -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
+++++++++++++++++++