From d04bd04f804d28b90126e96a0a374a28ce1f86a4 Mon Sep 17 00:00:00 2001 From: Serge van Ginderachter Date: Thu, 18 Oct 2012 14:35:35 +0200 Subject: [PATCH] typo in handlers example yaml --- docsite/rst/playbooks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks.rst b/docsite/rst/playbooks.rst index 403faac55f..c20f01e968 100644 --- a/docsite/rst/playbooks.rst +++ b/docsite/rst/playbooks.rst @@ -343,7 +343,7 @@ Includes can also be used in the 'handlers' section, for instance, if you want to define how to restart apache, you only have to do that once for all of your playbooks. You might make a handlers.yml that looks like:: - ---- + --- # this might be in a file like handlers/handlers.yml - name: restart apache action: service name=apache state=restarted