Browse Source

Install iperf just for fun

Matthias Vogelgesang 10 years ago
parent
commit
9762b580ac
1 changed files with 1 additions and 0 deletions
  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