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 9a2a75c commit 2cce625Copy full SHA for 2cce625
roles/StackStorm.nodejs/defaults/main.yml
@@ -1,3 +1,3 @@
1
---
2
# nodejs version to install
3
-nodejs_major_version: "{% if st2_version == 'latest' or st2_version is version('3.5.0', '<') %}14{% else %}10{% endif %}"
+nodejs_major_version: "{% if st2chatops_version == 'latest' or st2chatops_version is version('3.5.0', '>=') %}14{% else %}10{% endif %}"
0 commit comments