feat: add force option to pipx task for ensuring package installation
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
This commit is contained in:
parent
1cb4a9acc4
commit
8611e203c6
@ -16,6 +16,7 @@
|
||||
community.general.pipx:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
force: true
|
||||
loop: "{{ desired_pipx_packages }}"
|
||||
|
||||
- name: Remove undesired pipx packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user