Merge "Update zuul ansible installs when restarting zuul"

This commit is contained in:
Zuul 2019-10-07 21:05:27 +00:00 committed by Gerrit Code Review
commit 3674059437

View File

@ -97,6 +97,10 @@
path: /var/run/zuul/executor.pid path: /var/run/zuul/executor.pid
state: absent state: absent
timeout: 11400 timeout: 11400
- name: Update the ansible installations
command: zuul-manage-ansible -u
environment:
ANSIBLE_EXTRA_PACKAGES: gear
- name: Start Zuul Executors - name: Start Zuul Executors
service: service:
name: zuul-executor name: zuul-executor