torrent transport resource improvements
This commit is contained in:
parent
d3cfdc1f9f
commit
dae8b1a98a
@ -1,5 +1,9 @@
|
||||
id: transport_torrent
|
||||
handler: ansible
|
||||
input:
|
||||
trackers:
|
||||
schema: [str!]
|
||||
value: []
|
||||
name:
|
||||
schema: str!
|
||||
value: torrent
|
||||
|
@ -1,7 +1,7 @@
|
||||
id: transports
|
||||
input:
|
||||
transports:
|
||||
schema: [{user: str, password: str, port: int!, key: str, name: str!}]
|
||||
schema: [{user: str, password: str, port: int!, key: str, name: str!, trackers: [str]}]
|
||||
value: []
|
||||
transports_id:
|
||||
schema: str!
|
||||
|
Loading…
x
Reference in New Issue
Block a user