Configure packages on ubuntu arm servers
We have an arm specific task here to install the HWE kernel. We use first found to select these tasks which means the default Debian package setup (unattended upgrades and cleanup) is not installed on our arm servers. Fix this by having the arm specific tasks include the generic Debian tasks. Change-Id: Ibb57e8b095a4cbd27cc14ef0c5ad45c61edc0679
This commit is contained in:
parent
5f6a1c33c0
commit
c44d47db43
@ -2,3 +2,6 @@
|
||||
apt:
|
||||
name: linux-generic-hwe-16.04
|
||||
state: present
|
||||
|
||||
- name: Include generic Debian tasks
|
||||
include_tasks: Debian.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user