From de75db6d95361f955ea14647cd3399e4c50f6caa Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 25 Jun 2021 09:51:27 +1000 Subject: [PATCH] Add python-path to Debian bullseye ARM64 images The versions of Ansible we use in Zuul don't detect Debian Bullseye correctly and try to use python2. Set a python3 override. Change-Id: I6a202d7d2d9e85e99d53d2f13993bf2e3a4237d3 --- nodepool/nb03.opendev.org.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/nodepool/nb03.opendev.org.yaml b/nodepool/nb03.opendev.org.yaml index d846124851..e11b566a91 100644 --- a/nodepool/nb03.opendev.org.yaml +++ b/nodepool/nb03.opendev.org.yaml @@ -134,6 +134,7 @@ diskimages: - name: debian-bullseye-arm64 parent: base-debuntu + python-path: /usr/bin/python3 elements: - debian-minimal release: bullseye