summaryrefslogtreecommitdiffstats
path: root/roles/python/meta/main.yml
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-15 18:33:29 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-15 18:48:43 +0200
commite59971ba6ef374b92137ff3a491355c2fe0cfae6 (patch)
treebf9e661cd0a6e243664d30592ff947c1cd7c4455 /roles/python/meta/main.yml
parent60ed9c38b77f7ee42266321f1976d9011896a1e6 (diff)
Refactor python and ansible roles to use uv package manager
Diffstat (limited to 'roles/python/meta/main.yml')
-rw-r--r--roles/python/meta/main.yml2
1 files changed, 1 insertions, 1 deletions
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"