From b7c1db1a06dcdb187253cf9f4f0fb3daf327f6ab Mon Sep 17 00:00:00 2001 From: Jedrzej Nowak Date: Tue, 13 Oct 2015 13:16:19 +0200 Subject: [PATCH] Added python-libtorrent to bootstrap base.yaml --- bootstrap/playbooks/tasks/base.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap/playbooks/tasks/base.yaml b/bootstrap/playbooks/tasks/base.yaml index cf2ffe9b..37cca252 100644 --- a/bootstrap/playbooks/tasks/base.yaml +++ b/bootstrap/playbooks/tasks/base.yaml @@ -30,6 +30,8 @@ - python-virtualenv # Required by packer - build-essential + # for torrent transport + - python-libtorrent # PIP #- apt: name=python-pip state=absent