From a6bf1bfc5e5ccfca6040da50fdd8bb083a856e7e Mon Sep 17 00:00:00 2001 From: Jedrzej Nowak Date: Mon, 12 Oct 2015 10:44:48 +0200 Subject: [PATCH] run.yaml for torrent adjusted --- resources/transport_torrent/actions/run.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 resources/transport_torrent/actions/run.yaml diff --git a/resources/transport_torrent/actions/run.yaml b/resources/transport_torrent/actions/run.yaml new file mode 100644 index 00000000..76b00830 --- /dev/null +++ b/resources/transport_torrent/actions/run.yaml @@ -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