chore(ldap-user-backend)!: rename role to ldap_user_backend

This commit is contained in:
2023-07-19 17:07:59 +02:00
parent 80ec87c7f4
commit 4e2757f649
7 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
- name: Load config {{ nc_ldap_config_id }} (and create if not exists) when running mode is http
include_tasks: load_config_http.yml
when: nc_ldap_api_method == 'http'
- name: Load config {{ nc_ldap_config_id }} (and create if not exists) when running mode is occ
include_tasks: load_config_occ.yml
when: nc_ldap_api_method == 'occ'