system-config/playbooks/roles/zuul-executor/tasks/stop.yaml
Monty Taylor a888431429 Run zuul-executor using docker
It looks like we don't actually have an issue with executor and AFS.

Change-Id: I9df29b328daad907c631c4a102cf2168dfef815a
2020-06-09 14:26:38 -05:00

7 lines
130 B
YAML

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