Don't install lxd on our servers
We don't intend on using lxd on our servers and lxd is causing problems for unattended upgrades. Lets just make sure these packages aren't installed and avoid the problems entirely. Change-Id: I9c6fcf8b0072c23ee0127245fa3bb6c3477dcaf5
This commit is contained in:
parent
8c984dead9
commit
5f6a1c33c0
@ -1,9 +1,11 @@
|
||||
- name: Remove packages that make no sense for servers
|
||||
- name: Remove packages that make no sense for our servers
|
||||
package:
|
||||
name:
|
||||
- whoopsie
|
||||
- popularity-contest
|
||||
- snapd
|
||||
- lxd
|
||||
- lxd-client
|
||||
state: absent
|
||||
|
||||
- name: Configure file limits
|
||||
|
Loading…
Reference in New Issue
Block a user