Add note to the porting guide about why we're dropping python-2.6 controller support

This commit is contained in:
Toshio Kuratomi
2018-07-23 16:02:11 -07:00
parent da26ba3760
commit a0e6ab09d1
2 changed files with 16 additions and 1 deletions

View File

@@ -3,4 +3,5 @@ major_changes:
- Support for running an Ansible controller with Python-2.6 has been dropped.
You can still manage machines which use Python-2.6 but you will have to
manage them from a machine which has Python-2.7 or Python-3.5 or greater
installed.
installed. See the `porting guide <https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.7.html>`_
if you need more information.