Install gear into executor Ansible environment

This is required by the subunit/logstash jobs

Change-Id: I73fff8fa61497eaf174a3a2bbd207c76b3c6915b
This commit is contained in:
James E. Blair 2019-03-19 14:40:43 -07:00
parent 5e9a106e6d
commit 318aadb095
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ class zuul::executor (
exec { 'zuul_manage_ansible':
command => 'zuul-manage-ansible',
environment => ['ANSIBLE_EXTRA_PACKAGES=gear'],
path => '/usr/local/bin:/usr/bin:/bin/',
subscribe => Exec['install_zuul'],
refreshonly => true,