Guess that the logs directory is in the logs variable
If that doesn't work, we will try using .. to go up.
This commit is contained in:
parent
9409f1ebcb
commit
ed7f34e778
@ -17,7 +17,7 @@
|
|||||||
always:
|
always:
|
||||||
- name: Pull out the logs
|
- name: Pull out the logs
|
||||||
fetch:
|
fetch:
|
||||||
dest: "{{ artifacts }}"
|
dest: "{{ logs }}"
|
||||||
src: "{{ item }}"
|
src: "{{ item }}"
|
||||||
flat: yes
|
flat: yes
|
||||||
with_items:
|
with_items:
|
||||||
|
Loading…
Reference in New Issue
Block a user