run.yaml for torrent adjusted
This commit is contained in:
parent
af02f05475
commit
a6bf1bfc5e
9
resources/transport_torrent/actions/run.yaml
Normal file
9
resources/transport_torrent/actions/run.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user