Commit 2f7164e3 by Brian Coca

corrected typo

parent 22a69e24
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment