summaryrefslogtreecommitdiffstats
path: root/roles/python/meta/argument_specs.yml
blob: b553455fad3ac5e090eb722e36893f69e6d3e8e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---
argument_specs:
  main:
    short_description: "Install pyenv, pipx and python (versions) on Linux distributions"
    description: "Install pyenv, pipx and python (versions) on Linux distributions"
    options:
      python_versions:
        type: "list"
        description: "The extra python versions to install (system is used by default when available)"
        elements: "str"
        default: []