Update zuul-executor stop/start playbook
These are running in docker now, update the stop/start commands. Change-Id: I5c526863e4ef2bea94b0c2317abd443271bd12ba
This commit is contained in:
parent
b6f5d4f314
commit
aebd9fa173
@ -6,4 +6,7 @@
|
||||
|
||||
- hosts: zuul-executor
|
||||
tasks:
|
||||
- shell: systemctl start zuul-executor
|
||||
- shell:
|
||||
cmd: docker-compose up -d
|
||||
chdir: /etc/zuul-executor
|
||||
|
||||
|
@ -6,4 +6,7 @@
|
||||
|
||||
- hosts: zuul-executor
|
||||
tasks:
|
||||
- shell: systemctl stop zuul-executor
|
||||
- shell:
|
||||
cmd: docker-compose down
|
||||
chdir: /etc/zuul-executor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user