From fdabfb6821ad75dd89ad5c4c0ec6ecd8cfcb1737 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Sat, 13 Aug 2016 14:52:06 +0000 Subject: [PATCH] Update junos docs fragment to note the default port for transport=netconf --- lib/ansible/utils/module_docs_fragments/junos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/utils/module_docs_fragments/junos.py b/lib/ansible/utils/module_docs_fragments/junos.py index 4f8646bcfb5..998cb8408b8 100644 --- a/lib/ansible/utils/module_docs_fragments/junos.py +++ b/lib/ansible/utils/module_docs_fragments/junos.py @@ -32,7 +32,7 @@ options: description: - Specifies the port to use when buiding the connection to the remote device. The port value will default to the well known SSH port - of 22 + of 22 (for C(transport=cli)) or port 830 (for C(transport=netconf)) required: false default: 22 username: