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