Skip to content

Commit

Permalink
feat(extra_packages): added extra_args parameters for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNabokikh committed Aug 11, 2023
1 parent 8f9e2e7 commit 15fbe6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/extra_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
state: "{{ item.state | default('present') }}"
version: "{{ item.version | default(omit) }}"
executable: "{{ item.executable | default('pip3') }}"
extra_args: "{{ item.extra_args | default(omit) }}"
loop: "{{ pip_packages }}"
loop_control:
label: "{{ item.name }}"
Expand Down

0 comments on commit 15fbe6b

Please sign in to comment.