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:
parent
1a5aa89be8
commit
d17cb6a910
1 changed files with 0 additions and 3 deletions
|
@ -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
|
all of your conditional expressions in a way that makes them very easy to reuse between plays
|
||||||
and playbooks.
|
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
|
Conditional Imports
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|
Loading…
Reference in a new issue