Skip to content

Commit 617d7f5

Browse files
committed
feat: Force use of pip3 to install python packages.
This should be a no-op in most cases, but for older installations where it isn't the default, forces the use.
1 parent e3d401d commit 617d7f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playbooks/roles/common/tasks/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@
169169
name: "{{ common_pip_pkgs }}"
170170
state: present
171171
extra_args: "-i {{ COMMON_PYPI_MIRROR_URL }}"
172+
executable: pip3
172173
when: ansible_distribution in common_debian_variants
173174

174175

0 commit comments

Comments
 (0)