1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/zuul.d/playbooks/post.yaml

13 lines
268 B
YAML
Raw Normal View History

---
- hosts: all
tasks:
- name: Pull down logs to executor
ignore_errors: True
synchronize:
src: "{{ zuul.project.src_dir }}/config.log"
dest: "{{ zuul.executor.log_root }}/config.log"
mode: pull
owner: false
group: false
...