blob: 276c4e0eb5cfef350ab61ce470ae6f3abf70183b [file] [log] [blame]
# as the user in the guest may not exist on the executor
# we do not preserve the group or owner of the copied logs.
- name: Collect devstack logs
synchronize:
dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}"
mode: pull
src: "{{ devstack_base_dir }}/logs"
group: no
owner: no