Browse Source

Fixes newebe installation on Debian 7

Installs python-lxml as a newebe dependency.

Related to issue #289 .
Vitor Pellegrino 11 years ago
parent
commit
debab9d6dc
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      roles/newebe/tasks/main.yml

+ 1
- 0
roles/newebe/tasks/main.yml View File

13
     - python-pip
13
     - python-pip
14
     - python-pycurl
14
     - python-pycurl
15
     - python-setuptools
15
     - python-setuptools
16
+    - python-lxml
16
     - supervisor
17
     - supervisor
17
 
18
 
18
 - name: Install Newebe
19
 - name: Install Newebe

Loading…
Cancel
Save