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