diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-20 18:07:25 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-20 18:24:29 +0200 |
| commit | 36ec6f1a3961abbbb41495dd4d141871f6675fea (patch) | |
| tree | bf4d1c529cfac9ed9cfe267267d065b0a6506512 /roles/python/meta/main.yml | |
| parent | b2eacfc041b548ec31422e2e902eaa227985c3c3 (diff) | |
Add python role
Diffstat (limited to 'roles/python/meta/main.yml')
| -rw-r--r-- | roles/python/meta/main.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/roles/python/meta/main.yml b/roles/python/meta/main.yml new file mode 100644 index 00000000..bf7913e2 --- /dev/null +++ b/roles/python/meta/main.yml @@ -0,0 +1,19 @@ +--- +dependencies: + - role: "homebrew" +galaxy_info: + author: "a14m" + description: "Install pyenv, pipx and python (versions) on Linux distributions" + company: "kartoffeln.work GmbH." + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" + - name: "Ubuntu" + versions: + - "noble" + - name: "Debian" + versions: + - "bookworm" |
