From d2276ece06f2a55fb8711cb1467cc2bd19ab87ae Mon Sep 17 00:00:00 2001 From: Ivan Golikov Date: Thu, 16 Jan 2025 14:33:35 +0100 Subject: [PATCH] Fixed uv packages installation --- .local/share/dotfiles/install_dev_tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/share/dotfiles/install_dev_tools.yml b/.local/share/dotfiles/install_dev_tools.yml index a13f64b..07bdd42 100644 --- a/.local/share/dotfiles/install_dev_tools.yml +++ b/.local/share/dotfiles/install_dev_tools.yml @@ -112,7 +112,7 @@ state: absent - name: Install uv packages - ansible.builtin.command: "pipx tool install {{ item }}" + ansible.builtin.command: "uv tool install {{ item }}" loop: "{{ uv_packages }}" tags: - dev_tools