-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run apt upgrade
and apt autoremove
?
#127
Comments
Both of these commands are already run as part of the simulationbase role.
Note that both require guards since they aren't idempotent (guard for apt upgrade: 1 day cache; guard for autoremove: only run on demand) |
Ok, thanks a lot. I'll look into these. EDIT: I'm not closing the issue because several packages are out of date even immediately after deployment. In fact, I suspect the correct form of the first task you linked would be: apt:
name: "*"
state: latest
cache_valid_time: 86400 # One day |
MEMO: upgrading the kernel breaks the VirtualBox guest additions, unless kernel headers are also installed. |
This would:
Questions:
This is also for the Cloud edition.
The text was updated successfully, but these errors were encountered: