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

Update some examples to explain why notify is not used

This commit is contained in:
Michael DeHaan 2012-10-12 18:12:22 -04:00
parent 621708e976
commit 7644dbe330
3 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

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

View file

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