blob: 2b3450d260972a77df00b3e4b3c3c032ceaa4655 [file] [log] [blame]
Paul Belanger8f89c272017-02-26 13:27:03 -05001- hosts: all
2 tasks:
3 - name: Collect console log.
4 synchronize:
5 dest: "{{ zuul.launcher.log_root }}"
6 mode: pull
7 src: "/tmp/console.log"
8
9 - name: Publish logs.
10 copy:
11 dest: "/opt/zuul-logs/{{ zuul.uuid}}"
12 src: "{{ zuul.launcher.log_root }}/"
13 delegate_to: 127.0.0.1