Skip to content
Snippets Groups Projects
Commit cc901a79 authored by Chris Hines's avatar Chris Hines
Browse files

new role to clean out /var/crash before and upgrade

parent 1d8ec82a
No related branches found
No related tags found
4 merge requests!172Roce mode,!171new role to clean out /var/crash before and upgrade,!168Repos and gpus,!166new role to clean out /var/crash before and upgrade
---
- name: stat crash files
find: path=/var/crash
register: files
- name: remove crash files
file: state=absent path={{ item.path }}
with_items: "{{ files.files }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment