From 1dc495405f193662708a28433abad2020b05e998 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Fri, 20 Aug 2021 21:19:28 +0530 Subject: [PATCH] Added missing colon in note (#75465) Signed-off-by: Abhijeet Kasurde --- .../rst/network/user_guide/network_debug_troubleshooting.rst | 2 +- docs/docsite/rst/user_guide/playbook_pathing.rst | 2 +- 2 files changed, 2 insertions(+), 2 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 2e9e605acce..18a348b363a 100644 --- a/docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst +++ b/docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst @@ -80,7 +80,7 @@ From the log notice: * ``connection established to veos01 in 0:00:22.580626`` Time taken to obtain a shell on the remote device -.. note: Port None ``creating new control socket for host veos01:None`` +.. note:: Port None ``creating new control socket for host veos01:None`` If the log reports the port as ``None`` this means that the default port is being used. A future Ansible release will improve this message so that the port is always logged. diff --git a/docs/docsite/rst/user_guide/playbook_pathing.rst b/docs/docsite/rst/user_guide/playbook_pathing.rst index 7fc6059b0b0..25b964195fe 100644 --- a/docs/docsite/rst/user_guide/playbook_pathing.rst +++ b/docs/docsite/rst/user_guide/playbook_pathing.rst @@ -39,4 +39,4 @@ As for includes, they try the path of the included file first and fall back to t -.. note: The current working directory might vary depending on the connection plugin and if the action is local or remote. For the remote it is normally the directory on which the login shell puts the user. For local it is either the directory you executed ansible from or in some cases the playbook directory. +.. note:: The current working directory might vary depending on the connection plugin and if the action is local or remote. For the remote it is normally the directory on which the login shell puts the user. For local it is either the directory you executed ansible from or in some cases the playbook directory.