Browse Source

Fixes newebe installation on Debian 7

Installs python-lxml as a newebe dependency.

Related to issue #289 .
Vitor Pellegrino 10 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,6 +13,7 @@
13 13
     - python-pip
14 14
     - python-pycurl
15 15
     - python-setuptools
16
+    - python-lxml
16 17
     - supervisor
17 18
 
18 19
 - name: Install Newebe

Loading…
Cancel
Save