mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 06:24:25 +02:00
7 lines
286 B
YAML
7 lines
286 B
YAML
- 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) |