docs: Pip Executable var needs to be set

closes #26
This commit is contained in:
JakobLichterfeld 2023-09-04 16:06:09 +02:00 committed by GitHub
parent e9a19b1a79
commit 54ce54bb0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: