We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c10b7b commit 4386564Copy full SHA for 4386564
defaults/main.yml
@@ -31,6 +31,6 @@ python_tar_url: "https://www.python.org/ftp/python/{{python_version}}/{{python_t
31
32
# Needed to get around restrictive umask on CIS-supplied images. Setting to Ubuntu default of 0022.
33
python_pip_umask: '0022'
34
-python_pip_module_opts: --default pip
+python_pip_module_opts: --default-pip
35
36
python_build_opts: --with-zlib-dir=/lib
0 commit comments