James E. Blair 1c069add54 Run zuul-launcher
This doesn't do anything substantial yet, but we'd like to start running
the server soon in order to test it out.

Change-Id: I9eb2bccd6e5e9a064cbaff10676aeb1af6653f98
2024-09-18 16:37:40 -07:00

7 lines
130 B
YAML

- name: Stop Zuul Launcher
shell:
cmd: docker-compose down
chdir: /etc/zuul-launcher
become: true
become_user: root