diff --git a/playbooks/tenks-deploy-teardown/templates/tenks-overrides.yml.j2 b/playbooks/tenks-deploy-teardown/templates/tenks-overrides.yml.j2 index c32c1dc..2b89d72 100644 --- a/playbooks/tenks-deploy-teardown/templates/tenks-overrides.yml.j2 +++ b/playbooks/tenks-deploy-teardown/templates/tenks-overrides.yml.j2 @@ -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`.