Skip to content

Commit

Permalink
test without force pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Dec 19, 2024
1 parent 62c9d51 commit 19095b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/pkg_mgmt/pip/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
install_deps: true
global: true
python: "{{ item.python_version | default(omit) }}"
force: true
# force: true
with_items:
- "{{ pipx_apps }}"

Expand All @@ -67,7 +67,7 @@
python: "{{ item.python_version | default(omit) }}"
install_apps: true
inject_packages: "{{ item.inject_packages | default(omit) }}"
force: true
# force: true
when: item.inject_packages is defined
with_items:
- "{{ pipx_apps }}"
Expand Down

0 comments on commit 19095b8

Please sign in to comment.