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 | 806deb655dc2cce32ceffde65ebb7abe88937da1 (patch) | |
| tree | f7fc2ca0796f18d5f95fb3346feb7a931c8331e9 /roles/python/meta | |
| parent | cf400c3e738f9660cc76e9fad82c4654acca2583 (diff) | |
Refactor python role to remove homebrew dependency
Diffstat (limited to 'roles/python/meta')
| -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" |
