From f21f3219b2a925a87e0c8aa54eb8ceca2cb55dc5 Mon Sep 17 00:00:00 2001 From: Bibas <38114297+Katsuyu@users.noreply.github.com> Date: Wed, 6 Nov 2019 13:01:16 +0100 Subject: [PATCH] [Fix] Typo in playbooks_environment.rst (#64496) Change from `varaible` to `variable` --- docs/docsite/rst/user_guide/playbooks_environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/playbooks_environment.rst b/docs/docsite/rst/user_guide/playbooks_environment.rst index d3afa5369a1..db49604945c 100644 --- a/docs/docsite/rst/user_guide/playbooks_environment.rst +++ b/docs/docsite/rst/user_guide/playbooks_environment.rst @@ -5,7 +5,7 @@ Setting the Environment (and Working With Proxies) .. versionadded:: 1.1 -The ``environment`` keyword allows you to set an environment varaible for the action to be taken on the remote target. +The ``environment`` keyword allows you to set an environment variable for the action to be taken on the remote target. For example, it is quite possible that you may need to set a proxy for a task that does http requests. Or maybe a utility or script that are called may also need certain environment variables set to run properly.