diff --git a/resources/transport_torrent/meta.yaml b/resources/transport_torrent/meta.yaml index 9eb5627..217a544 100644 --- a/resources/transport_torrent/meta.yaml +++ b/resources/transport_torrent/meta.yaml @@ -1,5 +1,9 @@ id: transport_torrent +handler: ansible input: + trackers: + schema: [str!] + value: [] name: schema: str! value: torrent diff --git a/resources/transports/meta.yaml b/resources/transports/meta.yaml index d73bb01..a691fae 100644 --- a/resources/transports/meta.yaml +++ b/resources/transports/meta.yaml @@ -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!