From 2ec86ad900e742311a538ef4221fa786aa9e431c Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 15 Sep 2025 18:33:29 +0200 Subject: Refactor python and ansible roles to use uv package manager --- roles/python/meta/argument_specs.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'roles/python/meta/argument_specs.yml') 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: [] -- cgit v1.2.3