CSIT-648 Installation of lxc on physical hosts
[csit.git] / resources / tools / testbed-setup / playbooks / 01-host-setup.yaml
index a543608..ff68821 100644 (file)
     apt: name=libtool state=present
   - name: Install screen
     apt: name=screen state=present
+  - name: Install lxc
+    apt: name=lxc state=present
   - name: Disable 80-vpp.conf
     command: ln -s /dev/null /etc/sysctl.d/80-vpp.conf