From 4cc8fe756147aebfd2b78165d90831b138ec92e6 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 11 Mar 2012 21:53:00 -0400 Subject: [PATCH] Split paragraph --- rst/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/rst/index.rst b/rst/index.rst index d20724c76db..b9dbe41b3aa 100644 --- a/rst/index.rst +++ b/rst/index.rst @@ -26,6 +26,7 @@ Ansible's core is a little over 1000 lines. Ansible isn't just for configuration -- it's also great for Ad-Hoc tasks, quickly firing off commands against nodes. See :doc:`examples`. + Where Ansible excels though, is expressing complex multi-node deployment processes, executing complex sequences of commands on different hosts through :doc:`playbooks`.