You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently came across an issue in our test instance for ondemand where after running the playbook on it authentication stopped working. After checking the logs found that the playbook had updated ondemand-dex from 2.32.0 to 2.36.0 because of:
Would it make sense to add an option to define the version of ondemand-dex installed if desired by sites or is it better to go with the most recent one?
The text was updated successfully, but these errors were encountered:
Would it make sense to add an option to define the version of ondemand-dex installed if desired by sites or is it better to go with the most recent one?
Yea I think that would be good. It seems like it would help the role be idempotent.
I recently came across an issue in our test instance for ondemand where after running the playbook on it authentication stopped working. After checking the logs found that the playbook had updated
ondemand-dex
from2.32.0
to2.36.0
because of:ood-ansible/tasks/install-package.yml
Line 92 in 370a733
Would it make sense to add an option to define the version of
ondemand-dex
installed if desired by sites or is it better to go with the most recent one?The text was updated successfully, but these errors were encountered: