instead of providing one for owncloud and nextcloud separately Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
8 lines
No EOL
205 B
YAML
8 lines
No EOL
205 B
YAML
#SPDX-License-Identifier: MIT-0
|
|
---
|
|
# handlers file for collabora
|
|
|
|
- name: restart collabora
|
|
community.docker.docker_compose_v2:
|
|
project_src: "{{ collabora_docker_compose_dir }}"
|
|
state: restarted |