diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-15 18:33:29 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-15 18:48:43 +0200 |
| commit | 2ec86ad900e742311a538ef4221fa786aa9e431c (patch) | |
| tree | bf9e661cd0a6e243664d30592ff947c1cd7c4455 /roles/python/meta | |
| parent | 3995eead6f1e79353547c8437ec2586adf7fd055 (diff) | |
Refactor python and ansible roles to use uv package manager
Diffstat (limited to 'roles/python/meta')
| -rw-r--r-- | roles/python/meta/argument_specs.yml | 6 | ||||
| -rw-r--r-- | roles/python/meta/main.yml | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/roles/python/meta/argument_specs.yml b/roles/python/meta/argument_specs.yml index b63ec46b..b553455f 100644 --- a/roles/python/meta/argument_specs.yml +++ b/roles/python/meta/argument_specs.yml @@ -4,12 +4,8 @@ argument_specs: 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" + description: "The extra python versions to install (system is used by default when available)" elements: "str" default: [] diff --git a/roles/python/meta/main.yml b/roles/python/meta/main.yml index bf7913e2..4cbc7559 100644 --- a/roles/python/meta/main.yml +++ b/roles/python/meta/main.yml @@ -3,7 +3,7 @@ dependencies: - role: "homebrew" galaxy_info: author: "a14m" - description: "Install pyenv, pipx and python (versions) on Linux distributions" + description: "Install uv and python (versions) on Linux distributions" company: "kartoffeln.work GmbH." license: "MIT" min_ansible_version: "2.18" |
