ome / prod-playbooks

Playbooks used by the OME team for deploying production services including OMERO
https://www.openmicroscopy.org/omero
BSD 2-Clause "Simplified" License
4 stars 18 forks source link

training-server: extract database installation to sub-playbook #358

Closed sbesson closed 2 years ago

pwalczysko commented 2 years ago

the molecule test failed twice already ( I have rerun the failing job once and it failed again).

The error is probably

TASK [ome.postgresql_client : postgres | install client packages] **************
fatal: [ome-outreach]: FAILED! => {"changed": false, "msg": "No package matching 'postgresql96' found available, installed or updated", "rc": 126, "results": ["No package matching 'postgresql96' found available, installed or updated"]}
sbesson commented 2 years ago

Forgot that the postgresql_version is also used by the server role to install postgres as a client and run PSQL commands. Closing this.