mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Update some examples to explain why notify is not used
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -42,7 +42,9 @@
|
|||||||
|
|
||||||
# handlers can also be included from files, to promote reuse
|
# handlers can also be included from files, to promote reuse
|
||||||
# and simpler recipes, you may wish to only have one
|
# and simpler recipes, you may wish to only have one
|
||||||
# handler file for all your plays and playbooks
|
# handler file for all your plays and playbooks. This example really
|
||||||
|
# doesn't notify any handlers, it is just showing you how they would
|
||||||
|
# be included (see intro_example for usage).
|
||||||
|
|
||||||
- include: handlers/handlers.yml
|
- include: handlers/handlers.yml
|
||||||
|
|
||||||
|
|||||||
@@ -19,4 +19,3 @@
|
|||||||
|
|
||||||
- name: made up task just to show variables work here
|
- name: made up task just to show variables work here
|
||||||
action: command /bin/echo release is $release
|
action: command /bin/echo release is $release
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user