From cad053af046eb9e256892cb3e4ee80457c83759c Mon Sep 17 00:00:00 2001 From: Petrox Date: Tue, 27 Oct 2015 22:54:14 +0100 Subject: [PATCH] Typo fix: invenotry to inventory Typo fix: invenotry to inventory :) --- docsite/rst/intro_bsd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_bsd.rst b/docsite/rst/intro_bsd.rst index 9eb0df34aa7..2ae027cc4cc 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