From f935205daea0850004c7bbfe073f5fedda836837 Mon Sep 17 00:00:00 2001 From: Pablo Rodriguez Nava Date: Wed, 7 Aug 2024 17:48:49 +0200 Subject: [PATCH] [switch_config] Fix pip install 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. --- playbooks/switches_config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/switches_config.yml b/playbooks/switches_config.yml index aadf9c9545..90a17020de 100644 --- a/playbooks/switches_config.yml +++ b/playbooks/switches_config.yml @@ -16,7 +16,6 @@ name: - paramiko - ncclient - extra_args: --user - name: Switches configuration hosts: switches