Skip to content

Commit 18dc267

Browse files
committed
Specify the full path for pip3
Ensure that we are using the system pip. This both aligns with what we do in other roles and the needs of the cisagov/cyhy-runner package and the configuration in this role.
1 parent aed64a7 commit 18dc267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
- name: Install the cyhy-runner package
1818
ansible.builtin.pip:
19-
executable: pip3
19+
executable: /usr/bin/pip3
2020
# The extra argument is necessary on modern platforms, which
2121
# correctly recognize that the local Python is externally managed
2222
# (i.e. managed via the system package manager and not by pip).

0 commit comments

Comments
 (0)