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:
parent
3d166f99f6
commit
055f29d8ab
@ -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/.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user