From 055f29d8ab6c1339397e030673c6e9c05e05b8f6 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 27 Aug 2018 14:48:26 -0700 Subject: [PATCH] Use python2 on centos/trusty in system-config-run-base This mirrors the group var we set for hosts which run on centos and trusty. Change-Id: I5f0f9eee04e45c35566bd4f4990ee527184f4d90 --- .zuul.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index daf9972586..1b87b027a0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -36,9 +36,15 @@ label: ubuntu-bionic - name: centos7 label: centos-7 + host-vars: + trusty: + ansible_python_interpreter: python2 + centos7: + ansible_python_interpreter: python2 pre-run: playbooks/zuul/run-base-pre.yaml run: playbooks/zuul/run-base.yaml files: + - .zuul.yaml - playbooks/.* - roles/.* - testinfra/.*