Sean Mooney | ee4b6a0 | 2019-01-29 18:17:30 +0000 | [diff] [blame] | 1 | # 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 Taylor | 36ddea3 | 2017-10-02 10:05:17 -0500 | [diff] [blame] | 4 | - name: Collect devstack logs |
5 | synchronize: | ||||
6 | dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}" | ||||
7 | mode: pull | ||||
8 | src: "{{ devstack_base_dir }}/logs" | ||||
Sean Mooney | ee4b6a0 | 2019-01-29 18:17:30 +0000 | [diff] [blame] | 9 | group: no |
10 | owner: no |