From d699ef72d22874413c4c90d38f89a9a16c663154 Mon Sep 17 00:00:00 2001 From: nitzmahone Date: Mon, 29 Feb 2016 14:37:01 -0800 Subject: [PATCH] Fixes #12433 with distro-agnostic text --- docsite/rst/intro_windows.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docsite/rst/intro_windows.rst b/docsite/rst/intro_windows.rst index bf4256cf34e..062e54fb666 100644 --- a/docsite/rst/intro_windows.rst +++ b/docsite/rst/intro_windows.rst @@ -28,6 +28,8 @@ On a Linux control machine:: pip install "pywinrm>=0.1.1" +Note:: on distributions with multiple python versions, use pip2 or pip2.x, where x matches the python minor version Ansible is running under. + Active Directory Support ++++++++++++++++++++++++