ebbba-org / ansible-role-bigbluebutton

Ansible role for a bigbluebutton installation (following the documentation on https://docs.bigbluebutton.org/administration/install and https://github.com/bigbluebutton/bigbluebutton)
https://www.ebbba.org/
MIT License
124 stars 82 forks source link

[2.5/2.6] Quick workaround for disabling learning dashboard #335

Closed einhirn closed 1 year ago

einhirn commented 1 year ago

It only fixes bbb_learning_dashboard_enabled for #318 - other features that should use the new syntax for disabling won't be factored in...

timm2k commented 1 year ago

Since BBB 2.5.11 there is no need for this workaround.

einhirn commented 1 year ago

Since BBB 2.5.11 there is no need for this workaround.

But the old syntax is still deprecated and will be removed some time later. Now this PR is less of a hack so we'd be ready for it.

einhirn commented 1 year ago

Closing this in favor of #357 - it allows all currently available and future "disableFeature"-Options, albeit without syntax check inside the role...