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:
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user