blob: b63ec46b30f70936ef15dd7e2ca71d0f7ab6ddc2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
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_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: []
|