Implemented gitea database patch

This commit is contained in:
2025-07-20 18:14:20 +02:00
parent 2699edd197
commit dcb57af6f7
10 changed files with 58 additions and 33 deletions

View File

@@ -0,0 +1,7 @@
- name: Execute OIDC Setup Routine
include_tasks: setup/oidc.yml
when: applications | get_app_conf(application_id, 'features.oidc', False)
- name: Execute LDAP Setup Routine
include_tasks: setup/ldap.yml
when: applications | get_app_conf(application_id, 'features.ldap', False)