mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-27 12:45:32 +02:00
7 lines
286 B
YAML
7 lines
286 B
YAML
- 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)) |