summaryrefslogtreecommitdiffstats
path: root/roles/python/meta/argument_specs.yml
blob: ef13b7c898afe00d5d0ac765ba8ff066ed5d5168 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
argument_specs:
  main:
    options:
      python_global_version:
        type: "str"
        description: "The pyenv python global version to use, default: system"
        default: "system"
      python_versions:
        type: "list"
        description: "The python versions to install"
        elements: "str"
        default: []