mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
31766db6b0
commit
c66641196d
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
- name: Install transmission-daemon and transmission-cli
|
||||
- name: Install packages transmission-daemon and transmission-cli
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
|
@ -6,7 +6,7 @@
|
|||
- transmission-daemon
|
||||
- transmission-cli
|
||||
|
||||
- name: Create Transmission download directory
|
||||
- name: Create /library/transmission download directory
|
||||
file:
|
||||
path: "{{ transmission_download_dir }}"
|
||||
owner: "{{ transmission_user }}"
|
||||
|
@ -36,7 +36,7 @@
|
|||
state: restarted
|
||||
when: transmission_enabled
|
||||
|
||||
- name: Add KA Lite torrents to transmission-daemon's queue
|
||||
- name: Add KA Lite torrent(s) to transmission-daemon's queue
|
||||
shell: /usr/bin/transmission-remote -a http://pantry.learningequality.org/downloads/ka-lite/{{ transmission_kalite_version }}/content/ka-lite-0.17-resized-videos-{{ item }}.torrent
|
||||
with_items: "{{ transmission_kalite_languages }}"
|
||||
ignore_errors: yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue