From f2cf8d3e67dad5cb542d024db8e29f3689fd6210 Mon Sep 17 00:00:00 2001 From: Tim Gerla Date: Tue, 18 Jun 2013 18:19:36 -0700 Subject: [PATCH] Fine-tune Ansible control system OS requirements a bit --- docsite/latest/rst/gettingstarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/latest/rst/gettingstarted.rst b/docsite/latest/rst/gettingstarted.rst index 940c968d264..38faead0a8e 100644 --- a/docsite/latest/rst/gettingstarted.rst +++ b/docsite/latest/rst/gettingstarted.rst @@ -10,7 +10,7 @@ Requirements Requirements for Ansible are extremely minimal. -For the central Ansible machine, you will need a Linux environment with Python 2.6 or greater installed. If you are running Python 2.5 on an "Enterprise Linux" variant, we'll show you how to add 2.6 to your distribution. +For the central Ansible machine, you will need an environment with Python 2.6 or greater installed. If you are running Python 2.5 on an "Enterprise Linux" variant, we'll show you how to add 2.6 to your distribution. (Windows is not supported as the Ansible control machine.) You will also want the following Python modules (installed via pip or perhaps via your OS package manager via slightly different names):