system-config/playbooks/stop-mergers-executors.yaml
James E. Blair aebd9fa173 Update zuul-executor stop/start playbook
These are running in docker now, update the stop/start commands.

Change-Id: I5c526863e4ef2bea94b0c2317abd443271bd12ba
2020-07-17 16:18:26 -07:00

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