Correct the variable name in example (#48603)

Changed from 'ansilbe_python_interpreter' to 'ansible_python_interpreter'
pull/48607/head
Michael Scherer 6 years ago committed by Abhijeet Kasurde
parent 6a25e10271
commit 2ca7279cae

@ -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
[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>`

Loading…
Cancel
Save