run.yaml for torrent adjusted

This commit is contained in:
Jedrzej Nowak 2015-10-12 10:44:48 +02:00
parent af02f05475
commit a6bf1bfc5e
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
- hosts: [{{ host }}]
sudo: yes
tasks:
- apt:
name: python-libtorrent
state: present
- copy:
src: {{scripts_dir}}/solar_torrent.py
dest: /var/tmp/solar_torrent.py