mirror of
https://github.com/gjkcz/ansible-void.git
synced 2024-11-01 00:45:59 +01:00
XBPS cache and kernel cleanup
This commit is contained in:
parent
95c75fed12
commit
7113bc1438
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user