summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/scenario_guides
diff options
context:
space:
mode:
authorMichael Scherer <mscherer@users.noreply.github.com>2018-11-13 17:30:13 +0100
committerAbhijeet Kasurde <akasurde@redhat.com>2018-11-13 22:00:13 +0530
commit2ca7279caefc2a2d9baf20cfd96e50d2e80f029c (patch)
treeaedd18c172d88c63c2cccca415e3d6e5ac4b8dac /docs/docsite/rst/scenario_guides
parent6a25e102716b4787e8b0003543407bbc663b057e (diff)
downloadansible-2ca7279caefc2a2d9baf20cfd96e50d2e80f029c.tar.gz
Correct the variable name in example (#48603)
Changed from 'ansilbe_python_interpreter' to 'ansible_python_interpreter'
Diffstat (limited to 'docs/docsite/rst/scenario_guides')
-rw-r--r--docs/docsite/rst/scenario_guides/guide_rax.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/scenario_guides/guide_rax.rst b/docs/docsite/rst/scenario_guides/guide_rax.rst
index 74a2ae5af2..ad046af724 100644
--- a/docs/docsite/rst/scenario_guides/guide_rax.rst
+++ b/docs/docsite/rst/scenario_guides/guide_rax.rst
@@ -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>`