Correct the variable name in example (#48603)
Changed from 'ansilbe_python_interpreter' to 'ansible_python_interpreter'
This commit is contained in:
parent
6a25e10271
commit
2ca7279cae
1 changed files with 1 additions and 1 deletions
|
@ -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>`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue