mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-27 12:45:32 +02:00
7 lines
266 B
YAML
7 lines
266 B
YAML
- name: Execute OIDC Setup Routine
|
|
include_tasks: setup/oidc.yml
|
|
when: applications | is_feature_enabled('oidc', application_id)
|
|
|
|
- name: Execute LDAP Setup Routine
|
|
include_tasks: setup/ldap.yml
|
|
when: applications | is_feature_enabled('ldap', application_id) |