App store and web update are now disabled. Apps need to be installed with as Debian packages as well.
11 lines
214 B
YAML
11 lines
214 B
YAML
- import_tasks: base.yml
|
|
|
|
- name: configure ldap app
|
|
nextcloud_ldap:
|
|
config: "{{ nextcloud.ldap }}"
|
|
when:
|
|
- nextcloud.ldap.config
|
|
|
|
- include_tasks: groupfolders.yml
|
|
when:
|
|
- nextcloud.groupfolders
|