浏览代码

Install iperf just for fun

Matthias Vogelgesang 10 年之前
父节点
当前提交
9762b580ac
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      roles/common/tasks/main.yml

+ 1 - 0
roles/common/tasks/main.yml

@@ -5,6 +5,7 @@
     - htop
     - tmux
     - python-pip
+    - iperf
 
 - name: ensure virtualenv is not installed
   zypper: name={{ item }} state=absent