diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-10 19:08:56 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-10 19:08:56 +0200 |
| commit | 0e01d4fbcefd68ab748b5ec0cd42473f63d8235b (patch) | |
| tree | 1430308b6d8b10aa38c9a1c90d86d3882616f5c8 /roles/python | |
| parent | 1a0429eb5ef77e13873a53e9f7b5ff7dcd8f9a07 (diff) | |
Add recommended argument_specs
Diffstat (limited to 'roles/python')
| -rw-r--r-- | roles/python/meta/argument_specs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/python/meta/argument_specs.yml b/roles/python/meta/argument_specs.yml index ef13b7c8..b63ec46b 100644 --- a/roles/python/meta/argument_specs.yml +++ b/roles/python/meta/argument_specs.yml @@ -1,6 +1,8 @@ --- 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" |
