feat: add file_lock and notify_push configuration to nextcloud role
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
910986b808
commit
d517f77b6c
4 changed files with 55 additions and 2 deletions
|
|
@ -74,6 +74,10 @@
|
|||
ansible.builtin.include_tasks: drawio.yml
|
||||
when: nextcloud_enable_drawio
|
||||
|
||||
- name: Configure notify_push
|
||||
ansible.builtin.include_tasks: notify_push.yml
|
||||
when: nextcloud_enable_notify_push
|
||||
|
||||
- name: Configure LDAP backend
|
||||
ansible.builtin.include_tasks: ldap.yml
|
||||
when: nextcloud_ldap_enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue