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.
2 parents 29890eb + 3c04985 commit d638d06Copy full SHA for d638d06
roles/st2/tasks/4.dependencies.yml
@@ -27,5 +27,5 @@
27
- name: dependencies | Install st2 pip dependencies
28
sudo: true
29
pip:
30
- requirements: https://raw.githubusercontent.com/StackStorm/st2/master/requirements.txt
+ requirements: "https://downloads.stackstorm.net/releases/st2/{{ _st2_version }}/requirements.txt"
31
tags: [st2, dependencies]
0 commit comments