[Fix] Typo in playbooks_environment.rst (#64496)

Change from `varaible` to `variable`
This commit is contained in:
Bibas 2019-11-06 13:01:16 +01:00 committed by Abhijeet Kasurde
parent 16c17765a6
commit f21f3219b2

View file

@ -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.