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))