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:
parent
f0352e31e1
commit
b5c94790f2
6
playbooks/roles/zuul-executor/tasks/start.yaml
Normal file
6
playbooks/roles/zuul-executor/tasks/start.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
- name: Start Zuul Executor
|
||||
service:
|
||||
name: zuul-executor
|
||||
state: started
|
||||
become: true
|
||||
become_user: root
|
Loading…
Reference in New Issue
Block a user