nodepool/playbooks/nodepool-zuul-functional/post.yaml

9 lines
212 B
YAML

- hosts: all
tasks:
- name: Copy nodepool logs from /tmp
synchronize:
src: '/tmp/nodepool/'
dest: '{{ zuul.executor.log_root }}/nodepool/'
mode: pull
verify_host: true