uisautomation / lecture-capture-agent-ansible

An ansible playbook to configure a host running Ubuntu into an opencast compatible Capture Agent
MIT License
3 stars 2 forks source link

Prevent the magewell driver installation hanging #31

Closed si202cam closed 5 years ago

si202cam commented 5 years ago

Without the hack the playbook installs the magewell driver successfully on the first run, but subsequent runs stall waiting for confirmation on reinstalling the driver.

With the hack the playbook completes without waiting.

sdwenham commented 5 years ago

Wouldn't it be better to check for the the existence of the driver and only install if it is missing?