Skip to content

Commit

Permalink
Add task name for rescue
Browse files Browse the repository at this point in the history
Signed-off-by: Qi (Keira) Zhang <qiz@vmware.com>
  • Loading branch information
keirazhang committed Sep 26, 2023
1 parent 3c01b06 commit da78745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linux/check_inbox_driver/check_inbox_driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
when: guest_os_ansible_distribution == "FreeBSD"

rescue:
- include_tasks: ../../common/test_rescue.yml
- name: "Test case failure"
include_tasks: ../../common/test_rescue.yml
always:
- name: "Dump inbox drivers versions into a json file"
when:
Expand Down

0 comments on commit da78745

Please sign in to comment.