diff options
Diffstat (limited to 'resources/tools')
-rw-r--r-- | resources/tools/testbed-setup/playbooks/01-host-setup.yaml | 2 |
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 a54360890b..ff6882194e 100644 --- a/resources/tools/testbed-setup/playbooks/01-host-setup.yaml +++ b/resources/tools/testbed-setup/playbooks/01-host-setup.yaml @@ -123,5 +123,7 @@ 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 |