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
97ebf110f3
commit
70ce5ebd59
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
- name: Install packages transmission-daemon and transmission-cli
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
name:
|
||||
- transmission-daemon
|
||||
- transmission-cli
|
||||
state: present
|
||||
with_items:
|
||||
- transmission-daemon
|
||||
- transmission-cli
|
||||
|
||||
- name: Create /library/transmission download directory
|
||||
file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue