From 2f7164e3deb7ef46bc112d86325e7788b9584f76 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 19 Aug 2015 19:28:50 -0400 Subject: [PATCH] corrected typo --- docsite/rst/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/faq.rst b/docsite/rst/faq.rst index faac872fad..94647ddb20 100644 --- a/docsite/rst/faq.rst +++ b/docsite/rst/faq.rst @@ -8,7 +8,7 @@ Here are some commonly-asked questions and their answers. How can I set the PATH or any other environment variable for a task or entire playbook? +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -Setting environment variables can be done with the `environment` keyword. It can be used at task or playbook level:: +Setting environment variables can be done with the `environment` keyword. It can be used at task or play level:: environment: PATH: "{{ ansible_env.PATH }}:/thingy/bin"