Skip to content

Commit ca82fa2

Browse files
emilyparkesGuessWhoSamFoo
authored andcommitted
Update Ansible compatible versions and info (#1522)
* Update complatible versions and info * Correct Spelling
1 parent 1da5f97 commit ca82fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/applications/configuration-management/learn-how-to-install-ansible-and-run-playbooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This guide is written for a non-root user. Commands that require elevated privil
3636

3737
Ansible only needs to be installed on the *control machine*, or the machine from which you will be running commands. This will likely be your laptop or other computer from which you frequently access your server, or it may be a centralized server in more complicated setups.
3838

39-
Make sure that you have Python 2.x available on the control machine. Ansible is not compatible with Python 3, nor can you use Windows as the control machine. You can [build Ansible from source](https://github.com/ansible/ansible), or install the latest stable packages using the proper command below.
39+
Make sure that you have Python 2 (versions 2.6 or 2.7) or Python 3 (versions 3.5 and higher) available on the control machine. Note that Windows is not supported as the control machine. You can [build Ansible from source](https://github.com/ansible/ansible), or install the latest stable packages using the proper command below.
4040

4141
### MacOS
4242

0 commit comments

Comments
 (0)