Install screen on Phy DUTs
[csit.git] / resources / tools / testbed-setup / playbooks / 01-host-setup.yaml
index 3eee713..26c0cdb 100644 (file)
@@ -97,5 +97,7 @@
     apt: name=autoconf state=present
   - name: Install libtool
     apt: name=libtool state=present
+  - name: Install screen
+    apt: name=screen state=present
   - name: Disable 80-vpp.conf
     command: ln -s /dev/null /etc/sysctl.d/80-vpp.conf