diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-10-20 00:06:49 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-10-20 00:48:59 +0200 |
| commit | 61e0f270fe813786a1b97a91b6bbb18c506931b9 (patch) | |
| tree | f7fc2ca0796f18d5f95fb3346feb7a931c8331e9 /roles/python/meta/main.yml | |
| parent | 1dde88f02c95c2634523ba5ef4b7b45b40b68a95 (diff) | |
Refactor python role to remove homebrew dependency
Diffstat (limited to 'roles/python/meta/main.yml')
| -rw-r--r-- | roles/python/meta/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/python/meta/main.yml b/roles/python/meta/main.yml index 4cbc7559..20f1f049 100644 --- a/roles/python/meta/main.yml +++ b/roles/python/meta/main.yml @@ -1,6 +1,7 @@ --- dependencies: - - role: "homebrew" + - role: "bash" + - role: "curl" galaxy_info: author: "a14m" description: "Install uv and python (versions) on Linux distributions" |
