mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Note that handlers inside of includes are not possible at the moment
This commit is contained in:
parent
62cbc03af6
commit
a19e083d33
1 changed files with 1 additions and 0 deletions
|
@ -386,6 +386,7 @@ won't need them for much else.
|
||||||
* Handler names live in a global namespace.
|
* Handler names live in a global namespace.
|
||||||
* If two handler tasks have the same name, only one will run.
|
* If two handler tasks have the same name, only one will run.
|
||||||
`* <https://github.com/ansible/ansible/issues/4943>`_
|
`* <https://github.com/ansible/ansible/issues/4943>`_
|
||||||
|
* You cannot notify a handler that is defined inside of an include
|
||||||
|
|
||||||
Roles are described later on, but it's worthwhile to point out that:
|
Roles are described later on, but it's worthwhile to point out that:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue