Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Dec 12, 2023
1 parent acf9cef commit 99586c4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/handle_test_failure.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
- name: Collect logs
shell: |
journalctl -ex
echo '##################'
grep type=AVC /var/log/audit/audit.log
changed_when: false

- name: Reraise error
fail:
msg: "{{ ansible_failed_result }}"

0 comments on commit 99586c4

Please sign in to comment.