torrent transport resource improvements

This commit is contained in:
Jedrzej Nowak 2015-10-08 12:10:33 +02:00
parent d3cfdc1f9f
commit dae8b1a98a
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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!