2021-10-16 13:01:14 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: Load config {{ nc_ldap_config_id }} (and create if not exists) when running mode is http
|
2024-07-27 19:32:56 +00:00
|
|
|
ansible.builtin.include_tasks: load_config_http.yml
|
2021-10-16 13:01:14 +00:00
|
|
|
when: nc_ldap_api_method == 'http'
|
|
|
|
|
|
|
|
- name: Load config {{ nc_ldap_config_id }} (and create if not exists) when running mode is occ
|
2024-07-27 19:32:56 +00:00
|
|
|
ansible.builtin.include_tasks: load_config_occ.yml
|
2021-10-16 13:01:14 +00:00
|
|
|
when: nc_ldap_api_method == 'occ'
|
|
|
|
|