From 2ca7279caefc2a2d9baf20cfd96e50d2e80f029c Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 13 Nov 2018 17:30:13 +0100 Subject: [PATCH] Correct the variable name in example (#48603) Changed from 'ansilbe_python_interpreter' to 'ansible_python_interpreter' --- docs/docsite/rst/scenario_guides/guide_rax.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/scenario_guides/guide_rax.rst b/docs/docsite/rst/scenario_guides/guide_rax.rst index 74a2ae5af2a..ad046af724f 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 `