diff --git a/tasks/install_source.yml b/tasks/install_source.yml index 82b22d2..f5affc4 100644 --- a/tasks/install_source.yml +++ b/tasks/install_source.yml @@ -30,7 +30,7 @@ rescue: - name: Install PIP (fall back mode) command: > - python /opt/get-pip.py --isolated + {{ pip_install_script.stdout }} --isolated {{ (pip_install_upper_constraints is defined) | ternary('--constraint ' ~ pip_install_upper_constraints | default(''), '') }} {{ pip_source_install_options }}