devopsarr.lidarr.lidarr_download_client_config (1.0.0) — module

Manages Lidarr download client config.

| "added in version" 1.0.0 of devopsarr.lidarr"

Authors: Fuochi (@Fuochi)

Install collection

Install with ansible-galaxy collection install devopsarr.lidarr:==1.0.0


Add to requirements.yml

  collections:
    - name: devopsarr.lidarr
      version: 1.0.0

Description

Manages Lidarr download client config.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
---
# update download client config
- name: Update download client config
  devopsarr.lidarr.lidarr_download_client_config:
    auto_redownload_failed: false
    auto_redownload_failed_from_interactive_search: false
    enable_completed_download_handling: true

Inputs

    
lidarr_url:
    description: Full Lidarr URL with protocol and port (e.g. `https://test.lidarr.tv:8686`)
    required: true
    type: str

lidarr_api_key:
    description: API key for Lidarr authentication.
    required: true
    type: str

auto_redownload_failed:
    description: Auto redownload failed.
    required: true
    type: bool

enable_completed_download_handling:
    description: Enable completed download handling.
    required: true
    type: bool

auto_redownload_failed_from_interactive_search:
    description: Auto redownload failed from interactive search.
    required: true
    type: bool

Outputs

auto_redownload_failed:
  description: Auto redownload failed.
  returned: always
  sample: true
  type: bool
auto_redownload_failed_from_interactive_search:
  description: Auto redownload failed from interactive search.
  returned: always
  sample: true
  type: bool
download_client_working_folders:
  description: Download client working folders.
  returned: always
  sample: _UNPACK_|_FAILED_
  type: str
enable_completed_download_handling:
  description: Enable completed download handling.
  returned: always
  sample: true
  type: bool
id:
  description: Download client config ID.
  returned: always
  sample: '1'
  type: int