feat: install python tools with uv
This commit is contained in:
parent
2503391427
commit
f133c39a20
4 changed files with 12 additions and 9 deletions
5
ansible/roles/uv_tools/tasks/main.yaml
Normal file
5
ansible/roles/uv_tools/tasks/main.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
- name: Install tool with UV
|
||||
register: uv_tool_install
|
||||
ansible.builtin.command: |
|
||||
uv tool install {{ item }}
|
||||
changed_when: "'already installed' not in uv_tool_install.stdout"
|
||||
Loading…
Add table
Add a link
Reference in a new issue