summaryrefslogtreecommitdiffstats
path: root/roles/python/meta/argument_specs.yml
blob: f087f1424df0e7870cc00ccb974baaffba3b7f29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
argument_specs:
  main:
    short_description: "Install Python versions on Linux distributions"
    description: "Install Python versions on Linux distributions"
    options:
      python_versions:
        type: "list"
        description: "Python versions to install via mise (e.g. 'latest', '3.13')"
        elements: "str"
        default: ["latest"]
      python_uv_version:
        type: "str"
        description: "uv version to install via mise"
        default: "latest"