From 7fb92b6f457a03357641799bf67c45b8e136df4e Mon Sep 17 00:00:00 2001 From: jainnikhil30 Date: Fri, 8 Jun 2018 12:08:23 +0530 Subject: [PATCH] Update winrm.py (#41303) fix the typos for winrm port --- lib/ansible/plugins/connection/winrm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/connection/winrm.py b/lib/ansible/plugins/connection/winrm.py index 96ca1f87b4d..f358cc57f2c 100644 --- a/lib/ansible/plugins/connection/winrm.py +++ b/lib/ansible/plugins/connection/winrm.py @@ -37,7 +37,7 @@ DOCUMENTATION = """ port: description: - port for winrm to connect on remote target - - The default is the https (5896) port, if using http it should be 5895 + - The default is the https (5986) port, if using http it should be 5985 vars: - name: ansible_port - name: ansible_winrm_port