Add Python 2.7 to Conrol Machine Requirements in docsite

pull/4420/head
Hiroaki Nakamura 2015-04-22 02:57:26 +09:00
parent 6935d467eb
commit f0158d4eed
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ information about running from source. It's not necessary to install the progra
Control Machine Requirements
````````````````````````````
Currently Ansible can be run from any machine with Python 2.6 installed (Windows isn't supported for the control machine).
Currently Ansible can be run from any machine with Python 2.6 or 2.7 installed (Windows isn't supported for the control machine).
This includes Red Hat, Debian, CentOS, OS X, any of the BSDs, and so on.