bunch of stuff
This commit is contained in:
parent
a832a46772
commit
66b7a0ee5f
16 changed files with 239 additions and 111 deletions
13
ansible/roles/packages/tasks/python.yml
Normal file
13
ansible/roles/packages/tasks/python.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
- name: Install pipx packages
|
||||
community.general.pipx:
|
||||
name: "{{ item }}"
|
||||
state: latest
|
||||
loop:
|
||||
- yt-dlp
|
||||
- pdm
|
||||
- poetry
|
||||
- halig
|
||||
- pre-commit
|
||||
- ruff
|
||||
- thefuck
|
||||
Loading…
Add table
Add a link
Reference in a new issue