From 4d7780e59e1b33164ea3742d5fd92e99ef64df74 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 5 Jan 2021 12:00:05 +0100 Subject: [PATCH] Update to 2021-01-05 12:00 --- roles/seafile/tasks/install.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/seafile/tasks/install.yml b/roles/seafile/tasks/install.yml index afeabcd..e4309ad 100644 --- a/roles/seafile/tasks/install.yml +++ b/roles/seafile/tasks/install.yml @@ -45,6 +45,9 @@ - name: Install Seafile pro license copy: content={{ seafile_license }} dest={{ seafile_root_dir }}/seafile-license.txt when: seafile_license is defined + notify: + - restart seafile + - restart seahub tags: seafile - name: Download seafile archive