aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--resources/tools/testbed-setup/playbooks/01-host-setup.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/tools/testbed-setup/playbooks/01-host-setup.yaml b/resources/tools/testbed-setup/playbooks/01-host-setup.yaml
index bc7eb861db..21cef81823 100644
--- a/resources/tools/testbed-setup/playbooks/01-host-setup.yaml
+++ b/resources/tools/testbed-setup/playbooks/01-host-setup.yaml
@@ -55,6 +55,8 @@
shell: update-rc.d ondemand disable
- name: Install 4.2 kernel
apt: name=linux-generic-lts-xenial state=present
+ - name: Install cgroup-support
+ apt: name=cgroup-bin state=present
- hosts: tg
remote_user: testuser
sudo: yes