1c069add54
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
7 lines
130 B
YAML
7 lines
130 B
YAML
- name: Stop Zuul Launcher
|
|
shell:
|
|
cmd: docker-compose down
|
|
chdir: /etc/zuul-launcher
|
|
become: true
|
|
become_user: root
|