ome / ansible-role-omero-server

Installs and configures OMERO.server
https://galaxy.ansible.com/ome/omero_server/
BSD 2-Clause "Simplified" License
4 stars 14 forks source link

Ice under Python 3 is sometimes still installed #46

Open manics opened 4 years ago

manics commented 4 years ago

https://github.com/ome/ansible-role-omero-server/blob/3.0.0/meta/main.yml#L23-L27 should prevent ice-py and build dependencies being installed. Sometimes it doesn't work, and the role attempts to pip install omero-py which may take a while as it involves compilating the module.

manics commented 4 years ago

My best guess is there's an interaction of variables and defaults across multiple roles.

I haven't found an obvious fix yet.