Added missing colon in note (#75465)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/75488/head
Abhijeet Kasurde 3 years ago committed by GitHub
parent 51f2f1ac5e
commit 1dc495405f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

@ -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.

Loading…
Cancel
Save