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