1
0
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:
Emil Miler 2023-06-09 10:55:55 +02:00
parent 95c75fed12
commit 7113bc1438

View File

@ -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