From 189ae499cf1fd1dc738583a7c10181714cdde085 Mon Sep 17 00:00:00 2001 From: Scott Butler Date: Wed, 25 May 2016 07:29:02 -0700 Subject: [PATCH] Typo fix --- docsite/rst/intro_networking.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_networking.rst b/docsite/rst/intro_networking.rst index e9d5d9a3535..f9f1fabdc69 100644 --- a/docsite/rst/intro_networking.rst +++ b/docsite/rst/intro_networking.rst @@ -184,7 +184,7 @@ Ansible allows you to use conditionals to control the flow of your playbooks. An Conditional statements evalute the results from the commands that are executed remotely on the device. Once the task executes the command set, the waitfor argument can be used to evalute the results before -return control to the Ansible playbook. +returning control to the Ansible playbook. For example::