13 lines
253 B
YAML
13 lines
253 B
YAML
- import_tasks: base.yml
|
|
|
|
- name: configure ldap app
|
|
become: true
|
|
become_user: www-data
|
|
nextcloud_ldap:
|
|
config: "{{ nextcloud.ldap }}"
|
|
when:
|
|
- nextcloud.ldap.config
|
|
|
|
- include_tasks: groupfolders.yml
|
|
when:
|
|
- nextcloud.groupfolders
|