Skip to content

Commit

Permalink
[switch_config] Fix pip install
Browse files Browse the repository at this point in the history
If the reproducer runs in a venv the pip install will
fail as we are passing the --user option to pip.
As we are not usign become: true in the install task
enforcing --user is not needed, since pip will install
the dependencies inside the user site-packages as the
root one is not writable.
  • Loading branch information
pablintino authored and openshift-merge-bot[bot] committed Aug 7, 2024
1 parent dfc495a commit f935205
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playbooks/switches_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
name:
- paramiko
- ncclient
extra_args: --user

- name: Switches configuration
hosts: switches
Expand Down

0 comments on commit f935205

Please sign in to comment.