Skip to content

Commit

Permalink
Pip install of virtualenv seems to require break_system_packages to b…
Browse files Browse the repository at this point in the history
…e true
  • Loading branch information
auslaner committed Sep 25, 2024
1 parent 9c257f7 commit 177b87b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
pip:
name: virtualenv
executable: "{{ pip_executable }}"
break_system_packages: true

- name: Ensure pip_install_packages are installed.
pip:
Expand Down

0 comments on commit 177b87b

Please sign in to comment.