diff --git a/docsite/rst/modules.rst b/docsite/rst/modules.rst index 3818800a12a..1e2a851d4a4 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