feat: add force option to pipx task for ensuring package installation
Some checks failed
Nix Format Check / check-format (push) Failing after 37s

This commit is contained in:
Menno van Leeuwen 2025-03-10 20:35:35 +01:00
parent 1cb4a9acc4
commit 8611e203c6
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -16,6 +16,7 @@
community.general.pipx: community.general.pipx:
name: "{{ item }}" name: "{{ item }}"
state: present state: present
force: true
loop: "{{ desired_pipx_packages }}" loop: "{{ desired_pipx_packages }}"
- name: Remove undesired pipx packages - name: Remove undesired pipx packages