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
This commit is contained in:
James E. Blair 2018-08-27 14:48:26 -07:00
parent 3d166f99f6
commit 055f29d8ab

View File

@ -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/.*