Ubuntu has a known issue that /boot gets full after a few apt dist-upgrade kernel updates.
Cloudbox already contains the script "purge-old-kernels" so perhaps as part of the package upgrading part of [sudo ansible-playbook cloudbox.yml --tags "full"], this script could be triggered. This prevents a full /boot from breaking the script. See https://speakofthedevel.com/surviving-ubuntus-out-of-space-boot-partition/ for more information.
iFloris commented almost 3 years ago
Ubuntu has a known issue that /boot gets full after a few apt dist-upgrade kernel updates. Cloudbox already contains the script "purge-old-kernels" so perhaps as part of the package upgrading part of [sudo ansible-playbook cloudbox.yml --tags "full"], this script could be triggered. This prevents a full /boot from breaking the script. See https://speakofthedevel.com/surviving-ubuntus-out-of-space-boot-partition/ for more information.
desimaniac commented almost 3 years ago Admin
We added this now
desimaniac commented almost 3 years ago Admin
| iFloris commented almost 3 years ago
Awesome, thanks a lot!