Browse Source

Install pip to install virtualenv later on

Matthias Vogelgesang 10 years ago
parent
commit
eb1c85b37d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roles/common/tasks/main.yml

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

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