Need a trailing slash for the artifacts directory

This commit is contained in:
Bruno Wolff III 2019-05-23 11:18:35 -05:00
parent 4f08b31430
commit 612a735785

View File

@ -22,7 +22,7 @@
always: always:
- name: Pull out the logs - name: Pull out the logs
fetch: fetch:
dest: "{{ artifacts }}" dest: "{{ artifacts }}/"
src: "{{ item }}" src: "{{ item }}"
flat: yes flat: yes
with_items: with_items: