mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 23:38:13 +02:00
Implemented gitea database patch
This commit is contained in:
7
roles/web-app-gitea/tasks/02_setup.yml
Normal file
7
roles/web-app-gitea/tasks/02_setup.yml
Normal 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)
|
Reference in New Issue
Block a user