Add a start.yaml to zuul-executor role

The zuul_restart.yaml playbook expects to be able to load start.yaml and
stop.yaml files from each of the zuul service roles. Before this change
the zuul-executor role was missing this file. Add it so that the
zuul_restart.yaml playbook can run successfully.

Change-Id: I6573129170cbe7ac36a7c6b6f7ea05b29eb1fe5b
This commit is contained in:
Clark Boylan 2020-05-08 11:43:38 -07:00 committed by Clark Boylan
parent f0352e31e1
commit b5c94790f2

View File

@ -0,0 +1,6 @@
- name: Start Zuul Executor
service:
name: zuul-executor
state: started
become: true
become_user: root