From 54ce54bb0dfd37ed1ff5b2964e917d01843416a4 Mon Sep 17 00:00:00 2001 From: JakobLichterfeld Date: Mon, 4 Sep 2023 16:06:09 +0200 Subject: [PATCH] docs: Pip Executable var needs to be set closes #26 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 320fd2a..f0e325b 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Install from pip: - hosts: servers vars: ansible_install_method: pip + ansible_pip_executable: pip3 ansible_install_version_pip: "2.7.0" ansible_install_pip_extra_args: "--user" roles: