summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2015-10-27 19:35:25 -0400
committerBrian Coca <bcoca@ansible.com>2015-10-27 19:35:25 -0400
commitb0da4dd3b371ce240c347516beb63a74e7b5e703 (patch)
treee6238bb5aae434a0f9846e5f93b000c5f3f9f0cc
parente3e2db11193768610680c037743d0c1eb31e9f2f (diff)
parentcad053af046eb9e256892cb3e4ee80457c83759c (diff)
downloadansible-b0da4dd3b371ce240c347516beb63a74e7b5e703.tar.gz
Merge pull request #12938 from Petrox/patch-1
Typo fix: invenotry to inventory
-rw-r--r--docsite/rst/intro_bsd.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/intro_bsd.rst b/docsite/rst/intro_bsd.rst
index 9eb0df34aa..2ae027cc4c 100644
--- a/docsite/rst/intro_bsd.rst
+++ b/docsite/rst/intro_bsd.rst
@@ -44,7 +44,7 @@ Once this is done you can now use other ansible modules aside from ``raw``.
Setting python interpreter
``````````````````````````
-To support the multitude of Unix/Linux OSs and distributions ansible cannot rely on the environment or ``env`` to find the correct python, by default modules point at ``/usr/bin/python`` as this is the most common location. On the BSDs you cannot rely on this so you should tell ansible where python is located, through the ``ansible_python_interpreter`` invenotry variable::
+To support the multitude of Unix/Linux OSs and distributions ansible cannot rely on the environment or ``env`` to find the correct python, by default modules point at ``/usr/bin/python`` as this is the most common location. On the BSDs you cannot rely on this so you should tell ansible where python is located, through the ``ansible_python_interpreter`` inventory variable::
[freebsd:vars]
ansible_python_interpreter=/usr/local/bin/python2.7