Skip to content

Commit 66b0a7d

Browse files
committed
Removed st2web dependency on st2 module
1 parent e6cad37 commit 66b0a7d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

roles/StackStorm.st2web/defaults/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ st2web_ssl_certificate_key: null
1010

1111
# String with a custom nginx configuration file to replace st2.conf. If not provided, the default st2.conf will be used.
1212
st2web_nginx_config: null
13+
14+
# StackStorm version to install. `present` to install available package, `latest` to get automatic updates or pin it to numeric version like `2.2.0`.
15+
st2_version: 'latest'

roles/StackStorm.st2web/meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ galaxy_info:
2020
dependencies:
2121
- role: StackStorm.nginx
2222
- role: StackStorm.st2repo
23-
- role: StackStorm.st2

0 commit comments

Comments
 (0)