From 24e1da972e548467928a5d8800051c615db33560 Mon Sep 17 00:00:00 2001 From: mbk87 <44500720+mbk87@users.noreply.github.com> Date: Mon, 29 Oct 2018 00:55:25 +0100 Subject: [PATCH] bad space (#47667) removes whitespace --- docs/docsite/rst/user_guide/playbooks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/playbooks.rst b/docs/docsite/rst/user_guide/playbooks.rst index ecd96c9319..e12a65df96 100644 --- a/docs/docsite/rst/user_guide/playbooks.rst +++ b/docs/docsite/rst/user_guide/playbooks.rst @@ -3,7 +3,7 @@ Working With Playbooks ====================== -Playbooks are Ansible's configuration, deployment, and orchestration language. They can describe a policy you want your remote systems to enforce, or a set of steps in a general IT process. +Playbooks are Ansible's configuration, deployment, and orchestration language. They can describe a policy you want your remote systems to enforce, or a set of steps in a general IT process. If Ansible modules are the tools in your workshop, playbooks are your instruction manuals, and your inventory of hosts are your raw material.