8 lines
No EOL
340 B
YAML
8 lines
No EOL
340 B
YAML
#SPDX-License-Identifier: MIT-0
|
|
---
|
|
# tasks file for configuring notify_push in Nextcloud
|
|
|
|
- name: Configure notify_push base endpoint
|
|
community.docker.docker_container_exec:
|
|
container: "{{ nextcloud_docker_compose_dir | basename }}-nextcloud-1"
|
|
command: php /var/www/html/occ notify_push:setup https://{{ nextcloud_domain }}/push |