--- # The home-server project produces a multi-purpose setup using Ansible. # Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. # Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - name: restart coolwsd.service systemd: daemon_reload: true name: coolwsd.service state: restarted - name: stop uwsgi@nextcloud.service systemd: daemon_reload: true name: uwsgi@nextcloud.service state: stopped - name: restart uwsgi@nextcloud.socket systemd: daemon_reload: true name: uwsgi@nextcloud.socket state: restarted - name: restart nextcloud-maintenance.timer systemd: daemon_reload: true name: nextcloud-maintenance.timer state: restarted