tiny-pilot / ansible-role-ustreamer

Ansible role for µStreamer streaming service
MIT License
9 stars 13 forks source link

Remove check for legacy Janus package #104

Closed mtlynch closed 1 year ago

mtlynch commented 1 year ago

On every install, we generate a scary error message about how we couldn't find the legacy Janus package.

image

2.5.4 was a checkpoint release for TinyPilot Pro, so there should no longer be any systems with the legacy Janus package still installed, so we should remove this check:

https://github.com/tiny-pilot/ansible-role-ustreamer/blob/99babd8c0cb123a2a8ad14ecc5ede5004318bca9/tasks/install_janus.yml#L2-L16

TinyPilot Community users who are upgrading after six+ months might hit a failure due to conflicting Janus packages, but I expect there to be few users in that situation, and they can manually work around it by uninstalling Janus and trying again.