mirror of
https://github.com/gjkcz/ansible-void.git
synced 2025-07-01 08:00:32 +02:00
XBPS cache and kernel cleanup
This commit is contained in:
@ -116,6 +116,12 @@
|
||||
recurse: true
|
||||
when: xbps_remove
|
||||
|
||||
- name: Clear xbps cache
|
||||
command: 'xbps-remove -O'
|
||||
|
||||
- name: Purge old kernels
|
||||
command: 'vkpurge rm all'
|
||||
|
||||
|
||||
- name: Gnome
|
||||
hosts: all
|
||||
|
Reference in New Issue
Block a user