mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Update places we mention env vars to use :envvar: (#28887)
This commit is contained in:
parent
a7d5492ea3
commit
933298505a
10 changed files with 24 additions and 20 deletions
|
@ -135,7 +135,7 @@ If you understand the implications and wish to disable this behavior, you can do
|
|||
[defaults]
|
||||
host_key_checking = False
|
||||
|
||||
Alternatively this can be set by an environment variable:
|
||||
Alternatively this can be set by the :envvar:`ANSIBLE_HOST_KEY_CHECKING` environment variable:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue