mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 16:25:56 +02:00
Update to 2024-01-08 12:00
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
template: src={{ item }}.j2 dest={{ seafile_root_dir }}/conf/{{ item }} group={{ seafile_group }} mode=640
|
||||
with_items:
|
||||
- seafevents.conf
|
||||
when: seafile_license is defined
|
||||
notify:
|
||||
- restart seafile
|
||||
- restart seahub
|
||||
|
@@ -295,3 +295,11 @@
|
||||
- clean_db
|
||||
tags: seafile
|
||||
|
||||
- name: Fix seafevent start script to work with a venv
|
||||
replace:
|
||||
path: /opt/seafile/seafile-server/seafile-monitor.sh
|
||||
regexp: '/usr/bin/python3'
|
||||
replace: 'python3'
|
||||
notify: restart seafile
|
||||
tags: seafile
|
||||
|
||||
|
Reference in New Issue
Block a user