From 8b680343dd49b767f34e1129fbfaebc0b3924799 Mon Sep 17 00:00:00 2001 From: Mikhail Sobolev Date: Wed, 25 Dec 2013 21:08:14 +0200 Subject: [PATCH] fix example formatting --- docsite/rst/modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/modules.rst b/docsite/rst/modules.rst index 3818800a12..1e2a851d4a 100644 --- a/docsite/rst/modules.rst +++ b/docsite/rst/modules.rst @@ -30,7 +30,7 @@ From playbooks, Ansible modules are executed in a very similar way:: - name: reboot the servers action: command /sbin/reboot -t now -Which can be abbreviated to: +Which can be abbreviated to:: - name: reboot the servers command: /sbin/reboot -t now