blorticus.tools.github_releases (1.2.1) — lookup

retrieve a list of releases for a github repository

| "added in version" 2.14.4 of blorticus.tools"

Authors: Vernon Wells <v.wells@f5.com>

Install collection

Install with ansible-galaxy collection install blorticus.tools:==1.2.1


Add to requirements.yml

  collections:
    - name: blorticus.tools
      version: 1.2.1

Description

retrieve a list of releases for a github project using the github releases API

Inputs

    
_terms:
    description: github repository name in the form <OWNER>/<REPO>
    required: true

Outputs

_list:
  description:
  - A list of versions
  elements: str
  type: list