Correct the variable name in example (#48603)

Changed from 'ansilbe_python_interpreter' to 'ansible_python_interpreter'
This commit is contained in:
Michael Scherer 2018-11-13 17:30:13 +01:00 committed by Abhijeet Kasurde
parent 6a25e10271
commit 2ca7279cae

View file

@ -30,7 +30,7 @@ If for any reason you need or want to have it in your inventory you should do so
.. code-block:: ini .. code-block:: ini
[localhost] [localhost]
localhost ansible_connection=local ansilbe_python_interpreter=/usr/local/bin/python2 localhost ansible_connection=local ansible_python_interpreter=/usr/local/bin/python2
For more information see :ref:`Implicit Localhost <implicit_localhost>` For more information see :ref:`Implicit Localhost <implicit_localhost>`