Skip to content

Commit

Permalink
add missing source code file
Browse files Browse the repository at this point in the history
  • Loading branch information
toralf committed Oct 7, 2024
1 parent aa274f4 commit 63ad7ad
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions playbooks/roles/info_common/tasks/minicoredumper.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
- name: Minicoredumper
changed_when: false
ansible.builtin.shell:
cmd: |-
ls -lth /var/lib/minicoredumper/*/* 2>/dev/null |
head
register: _result

- name: Results of Minicoredumper
when: _result.stdout_lines
ansible.builtin.debug:
var: _result.stdout_lines

0 comments on commit 63ad7ad

Please sign in to comment.