From 5aaeffe9790fc30130e465140bbed0948f708c5d Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Tue, 9 Jan 2024 15:52:38 -0500 Subject: [PATCH] ansible: Update host names for SLES ci nodes Change-Id: Ic52654e46d4e64a2deb5a0f255fa8fb026966c23 --- automation/ansible/hosts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/automation/ansible/hosts b/automation/ansible/hosts index 6fedfcf..44e7c90 100644 --- a/automation/ansible/hosts +++ b/automation/ansible/hosts @@ -168,8 +168,10 @@ ci-rootnode-deb12-amd64-2d-01 ci-rootnode-deb12-i386-1a-01 [node_sles] -ci-node-sles12sp5-amd64-03-01 -ci-node-sles15sp4-amd64-05-01 +# While ci-node-sles12sp5-amd64-1b-01 has python 3.4, more recent +# versions of ansible require python 3.5. Therefore python2 is used. +ci-node-sles12sp5-amd64-1b-01 ansible_python_interpreter=python2 +ci-node-sles15sp4-amd64-1b-01 [node_el] ci-node-el7-amd64-02-01 ansible_python_interpreter=python2 -- 2.34.1