mirror of https://github.com/ansible/ansible.git
Map Debian 8 to Python 2 (#74152)
* Map Debian 8 to Python 2 If Python 3 is installed on Debian 8 Ansible cannot run, as the version is too old (3.4) * Add integration test for python interpreter discovery on Debian 8 * fix test issue on Debian 9, add changelog * un"fix" not broken test :D Co-authored-by: Fabian Klemp <fabian.klemp@elara-gmbh.de> Co-authored-by: Matt Davis <mrd@redhat.com>pull/74362/head
parent
e6af2d6827
commit
437a08eb6d
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- interpreter discovery - Debian 8 and lower will avoid unsupported Python3 version in interpreter discovery
|
||||||
Loading…
Reference in New Issue