Blob Blame History Raw
# These tasks should run after as test that fails
- name: "Check if {{remote_artifacts}} was created properly on test environment"
  shell: "ls {{remote_artifacts}}/test.log"

- name: "Clean up {{remote_artifacts}} to not affect other tests on test environment"
  file:
    state: absent
    path: "{{remote_artifacts}}/"