diff --git a/tests/test_working.yml b/tests/test_working.yml index bcc7884..e56f101 100644 --- a/tests/test_working.yml +++ b/tests/test_working.yml @@ -1,5 +1,7 @@ --- - hosts: localhost + vars: + - artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}" tags: - classic remote_user: root @@ -20,7 +22,7 @@ always: - name: Pull out the logs fetch: - dest: "../../logs/" + dest: "{{ artifacts }}" src: "{{ item }}" flat: yes with_items: