refactor: remove pipx references from Ansible tasks and setup script
Some checks failed
Nix Format Check / check-format (push) Failing after 37s

This commit is contained in:
2025-03-10 21:02:32 +01:00
parent ceca79f39b
commit 3bcf78d4eb
3 changed files with 1 additions and 24 deletions

View File

@ -31,7 +31,6 @@
name:
- git
- vim
- pipx
- trash-cli
- curl
- wget
@ -41,6 +40,3 @@
- python3-venv
state: present
become: true
- name: Include pipx tasks
ansible.builtin.import_tasks: tasks/global/pipx.yml