loci/playbooks/post.yaml

8 lines
171 B
YAML

- hosts: all
tasks:
- name: Copy logs
synchronize:
src: /logs
dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}"
mode: pull