Commit 7644dbe3 by Michael DeHaan

Update some examples to explain why notify is not used

parent 621708e9
...@@ -42,7 +42,9 @@ ...@@ -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 @@ ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment