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