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:
James E. Blair 2020-07-17 16:18:26 -07:00
parent b6f5d4f314
commit aebd9fa173
2 changed files with 8 additions and 2 deletions

View File

@ -6,4 +6,7 @@
- hosts: zuul-executor
tasks:
- shell: systemctl start zuul-executor
- shell:
cmd: docker-compose up -d
chdir: /etc/zuul-executor

View File

@ -6,4 +6,7 @@
- hosts: zuul-executor
tasks:
- shell: systemctl stop zuul-executor
- shell:
cmd: docker-compose down
chdir: /etc/zuul-executor