mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
minor doc fixes
This commit is contained in:
parent
7dd3ef7b60
commit
337b1dc45c
3 changed files with 4 additions and 2 deletions
|
@ -309,7 +309,7 @@ The valid values are either 'replace' (the default) or 'merge'.
|
|||
hostfile
|
||||
========
|
||||
|
||||
This is a deprecated setting since 1.9, please look at :ref:`inventory` for the new setting.
|
||||
This is a deprecated setting since 1.9, please look at :ref:`inventory_file` for the new setting.
|
||||
|
||||
.. _host_key_checking:
|
||||
|
||||
|
@ -321,7 +321,7 @@ implications and wish to disable it, you may do so here by setting the value to
|
|||
|
||||
host_key_checking=True
|
||||
|
||||
.. _inventory:
|
||||
.. _inventory_file:
|
||||
|
||||
inventory
|
||||
=========
|
||||
|
|
|
@ -3,6 +3,7 @@ Jinja2 filters
|
|||
|
||||
.. contents:: Topics
|
||||
|
||||
|
||||
Filters in Jinja2 are a way of transforming template expressions from one kind of data into another. Jinja2
|
||||
ships with many of these. See `builtin filters`_ in the official Jinja2 template documentation.
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ and adopt these only if they seem relevant or useful to your environment.
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
become
|
||||
playbooks_acceleration
|
||||
playbooks_async
|
||||
playbooks_checkmode
|
||||
|
|
Loading…
Reference in a new issue