[CI] Stop overriding default python

This hid an issue with Debian that it was not supported out of the
box.

Change-Id: Ie22dd4fd545674c7076125985adf7dcd683a839e
This commit is contained in:
Radosław Piliszek 2022-03-01 19:35:44 +01:00
parent 193240d908
commit 5cf433efb2

View File

@ -1,7 +1,4 @@
---
# Use python3 on Ubuntu remote hosts.
ansible_python_interpreter: "{{ '/usr/bin/python3' if ansible_facts.python.version.major == 3 else '/usr/bin/python2' }}"
# This file holds the config given to Tenks when running the zuul job,
# tenks-deploy-teardown. It assumes the existence of the bridge `breth1`.