From 28afd7208e3747afb683b3f3c0e6223a23a5c395 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 27 Feb 2012 23:47:10 -0500 Subject: [PATCH] Try once more. --- docs/man/man5/ansible-playbook.5.asciidoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/man/man5/ansible-playbook.5.asciidoc b/docs/man/man5/ansible-playbook.5.asciidoc index 5cf2ba2946..ef51c7b1c0 100644 --- a/docs/man/man5/ansible-playbook.5.asciidoc +++ b/docs/man/man5/ansible-playbook.5.asciidoc @@ -29,8 +29,10 @@ be supported in the future. EXAMPLE ------- -[source,yaml] ----- +Remove the '# before pasting in the file, it's not part of the format and is only here to +make github render properly + +[source] - pattern: '*' hosts: '/etc/ansible/hosts' tasks: @@ -45,7 +47,6 @@ EXAMPLE handlers: - name: restart apache - action: service name=httpd state=restarted ----- WHAT THE EXAMPLE MEANS