1
0
Fork 0
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:
Toshio Kuratomi 2015-12-09 13:52:01 -08:00
parent 62cbc03af6
commit a19e083d33

View file

@ -386,6 +386,7 @@ won't need them for much else.
* Handler names live in a global namespace.
* If two handler tasks have the same name, only one will run.
`* <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: