aebd9fa173
These are running in docker now, update the stop/start commands. Change-Id: I5c526863e4ef2bea94b0c2317abd443271bd12ba
13 lines
222 B
YAML
13 lines
222 B
YAML
- hosts: zuul-merger
|
|
tasks:
|
|
- shell:
|
|
cmd: docker-compose down
|
|
chdir: /etc/zuul-merger
|
|
|
|
- hosts: zuul-executor
|
|
tasks:
|
|
- shell:
|
|
cmd: docker-compose down
|
|
chdir: /etc/zuul-executor
|
|
|