blob: 276c4e0eb5cfef350ab61ce470ae6f3abf70183b [file] [log] [blame]
Sean Mooneyee4b6a02019-01-29 18:17:30 +00001# as the user in the guest may not exist on the executor
2# we do not preserve the group or owner of the copied logs.
3
Monty Taylor36ddea32017-10-02 10:05:17 -05004- name: Collect devstack logs
5 synchronize:
6 dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}"
7 mode: pull
8 src: "{{ devstack_base_dir }}/logs"
Sean Mooneyee4b6a02019-01-29 18:17:30 +00009 group: no
10 owner: no