- name: Execute OIDC Cleanup Routine include_tasks: cleanup/oidc.yml when: not (applications | is_feature_enabled('oidc', application_id)) - name: Execute LDAP Cleanup Routine include_tasks: cleanup/ldap.yml when: not (applications | is_feature_enabled('ldap', application_id))