From 74a23f50e4f44a939688dae538cd6f7e5f40107b Mon Sep 17 00:00:00 2001 From: "Ganesh B. Nalawade" Date: Wed, 4 Jul 2018 10:14:18 +0530 Subject: [PATCH] Fix CI failure --- .../user_guide/network_debug_troubleshooting.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst b/docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst index 6a8d659773..6689f5c6b5 100644 --- a/docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst +++ b/docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst @@ -615,7 +615,7 @@ Example ssh config file (~/.ssh/config) .. code-block:: ini - Host junoshost + Host junos HostName junos01 User myuser @@ -625,13 +625,13 @@ Example Ansible inventory file .. code-block:: ini [junos] - junoshost + junos - [junos:vars] - ansible_connection=netconf - ansible_network_os=junos - ansible_user=myuser - ansible_ssh_pass=!vault... + [junos:vars] + ansible_connection=netconf + ansible_network_os=junos + ansible_user=myuser + ansible_ssh_pass=!vault... .. note:: Using ``ProxyCommand`` with passwords via variables