OpenConext / OpenConext-deploy

Ansible-based deployment automation for the OpenConext platform
Apache License 2.0
12 stars 21 forks source link

Unconditionally ensure GUI link is correct #390

Closed thijskh closed 2 years ago

thijskh commented 2 years ago

Changing the GUI symlink was dependent on something getting unarchived. When the deploy failed on a step after unrarchive, and you re-run it when fixed, the GUI symlink is not changed because unarchive was already done. Remove the condition, so always is ensured that the symlink points to the correct place.

thijskh commented 2 years ago

Build fails on missing yum repo for mariadb

quartje commented 2 years ago

The mariadb 10.6 upgrade has been fixed in master already. Let's rebase this branch on master when you've merged this PR