mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-16 09:55:26 -07:00
Fixes #28290: Added missing colon for paramiko host_key_auto_add line in network_debug_troubleshooting.rst (#28695)
This commit is contained in:
parent
3ca415f58c
commit
ca91b361ce
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ Environment variable method::
|
||||||
|
|
||||||
ansible.cfg
|
ansible.cfg
|
||||||
|
|
||||||
.. code-block: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[paramiko_connection]
|
[paramiko_connection]
|
||||||
host_key_auto_add = True
|
host_key_auto_add = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue