From 8a145319a366e9f694395894bbe087ef73ed8d46 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 27 Apr 2023 14:57:38 -0500 Subject: [PATCH] Get test working maybe. --- molecule/default/pip.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/molecule/default/pip.yml b/molecule/default/pip.yml index 888f2d3..89a0fba 100644 --- a/molecule/default/pip.yml +++ b/molecule/default/pip.yml @@ -5,6 +5,7 @@ vars: ansible_install_method: pip + ansible_pip_executable: pip ansible_install_version_pip: "2.6.2" ansible_install_pip_extra_args: "--user"