diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-04 00:47:09 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-04 00:49:46 +0100 |
| commit | 570555cf2d464078190240df724ca4f148c72b48 (patch) | |
| tree | 44f50edc747c8f84cba74a392df6110981789617 /roles/python/meta/main.yml | |
| parent | cdbb782ab1aa2c337fcfeca0693ac8e22582d186 (diff) | |
Refactor language roles to use mise and install multiple version support
Diffstat (limited to 'roles/python/meta/main.yml')
| -rw-r--r-- | roles/python/meta/main.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/roles/python/meta/main.yml b/roles/python/meta/main.yml index bdd71088..d90de25e 100644 --- a/roles/python/meta/main.yml +++ b/roles/python/meta/main.yml @@ -1,10 +1,9 @@ --- dependencies: - - role: "bash" - - role: "curl" + - role: "mise" galaxy_info: author: "a14m" - description: "Install uv and python (versions) on Linux distributions" + description: "Install uv and python (versions) via mise on Linux distributions" license: "MIT" min_ansible_version: "2.18" platforms: |
