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: