From ca91b361ce8683fca091640cd450b6bcd19f3150 Mon Sep 17 00:00:00 2001 From: Reid Wahl <30487349+nrwahl2@users.noreply.github.com> Date: Mon, 28 Aug 2017 13:00:05 -0500 Subject: [PATCH] Fixes #28290: Added missing colon for paramiko host_key_auto_add line in network_debug_troubleshooting.rst (#28695) --- docs/docsite/rst/network_debug_troubleshooting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/network_debug_troubleshooting.rst b/docs/docsite/rst/network_debug_troubleshooting.rst index a111229d7f7..4bf590be94c 100644 --- a/docs/docsite/rst/network_debug_troubleshooting.rst +++ b/docs/docsite/rst/network_debug_troubleshooting.rst @@ -276,7 +276,7 @@ Environment variable method:: ansible.cfg -.. code-block: ini +.. code-block:: ini [paramiko_connection] host_key_auto_add = True