StackStorm / ansible-st2

Ansible Roles and Playbooks to deploy StackStorm
https://galaxy.ansible.com/StackStorm/stackstorm/
Apache License 2.0
100 stars 75 forks source link

Disable EWC install for unstable packages #276

Closed arm4b closed 3 years ago

arm4b commented 3 years ago

Recent change to RBAC in stackstorm/st2 master broke the EWC install for unstable packages resulting in failed builds (https://travis-ci.org/github/StackStorm/ansible-st2/jobs/730839457).

In this PR I'm just disabling the EWC installation and testing for unstable repositories by setting the BWC_LICENSE_ENTERPRISE_UNSTABLE ENV variable to 0.

We should however migrate the EWC role in the future st2 releases as part of https://github.com/StackStorm/ansible-st2/issues/260.