abrt: Add job to clean up unused Podman data
This commit is contained in:
parent
b0fc7a8200
commit
bb53148eed
1 changed files with 9 additions and 0 deletions
|
@ -37,3 +37,12 @@
|
||||||
special_time: daily
|
special_time: daily
|
||||||
state: present
|
state: present
|
||||||
when: not devel|bool
|
when: not devel|bool
|
||||||
|
|
||||||
|
- name: Create cron job for retrace-server
|
||||||
|
cron:
|
||||||
|
name: "podman prune"
|
||||||
|
user: retrace
|
||||||
|
job: "/usr/bin/podman system prune --all --force >> /var/log/retrace-server/podman_prune.log 2>&1"
|
||||||
|
special_time: daily
|
||||||
|
state: present
|
||||||
|
when: not devel|bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue