Skip to content

Commit

Permalink
Default to installing extra pip packages with pip3.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Apr 4, 2022
1 parent acb6eb4 commit cb8398c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/extra-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
name: "{{ item.name | default(item) }}"
state: "{{ item.state | default('present') }}"
version: "{{ item.version | default(omit) }}"
executable: "{{ item.executable | default(omit) }}"
executable: "{{ item.executable | default('pip3') }}"
loop: "{{ pip_packages }}"

- name: Install global Ruby gems.
Expand Down

0 comments on commit cb8398c

Please sign in to comment.