ansible/docs/docsite/rst/inventory/implicit_localhost.rst typo

pull/4420/head
augustkang 2018-07-21 00:43:58 +09:00 committed by Brian Coca
parent 8d933928d2
commit 6db074e7af
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ In a case like this (or ``local_action``) when Ansible needs to contact a 'local
ansible_python_interpreter: "{{ansible_playbook_python}}" ansible_python_interpreter: "{{ansible_playbook_python}}"
This ensures that the proper connection and Python are used to execute your tasks locally. This ensures that the proper connection and Python are used to execute your tasks locally.
You can override the built-in implicit version by creating a ``localhost`` host entry in your inventory. At that point, all implicit behaviors are ignored; the ``localhost`` in inventory is treated just like any other host. Group and host vars will appy, including connection vars, which includes the ``ansible_python_interpreter`` setting. This will also affect ``delegate_to: localhost`` and ``local_action``, the latter being an alias to the former. You can override the built-in implicit version by creating a ``localhost`` host entry in your inventory. At that point, all implicit behaviors are ignored; the ``localhost`` in inventory is treated just like any other host. Group and host vars will apply, including connection vars, which includes the ``ansible_python_interpreter`` setting. This will also affect ``delegate_to: localhost`` and ``local_action``, the latter being an alias to the former.
.. note:: .. note::
- This host is not targetable via any group, however it will use vars from ``host_vars`` and from the 'all' group. - This host is not targetable via any group, however it will use vars from ``host_vars`` and from the 'all' group.