Fixed uv packages installation
This commit is contained in:
parent
195ef06150
commit
d2276ece06
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: Install uv packages
|
- name: Install uv packages
|
||||||
ansible.builtin.command: "pipx tool install {{ item }}"
|
ansible.builtin.command: "uv tool install {{ item }}"
|
||||||
loop: "{{ uv_packages }}"
|
loop: "{{ uv_packages }}"
|
||||||
tags:
|
tags:
|
||||||
- dev_tools
|
- dev_tools
|
||||||
|
|
Loading…
Reference in a new issue