mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 14:34:24 +02:00
7 lines
306 B
YAML
7 lines
306 B
YAML
- name: Execute OIDC Cleanup Routine
|
|
include_tasks: cleanup/oidc.yml
|
|
when: not (applications | get_app_conf(application_id, 'features.oidc', False))
|
|
|
|
- name: Execute LDAP Cleanup Routine
|
|
include_tasks: cleanup/ldap.yml
|
|
when: not (applications | get_app_conf(application_id, 'features.ldap', False)) |