Update to 2021-12-12 19:00

This commit is contained in:
Daniel Berteaud
2021-12-12 19:00:31 +01:00
parent f896fc9bd1
commit ed9559576e
6 changed files with 25 additions and 8 deletions

View File

@@ -88,3 +88,12 @@
when: seafile_webdav == True
tags: seafile
- name: Check if seafile-gc timer exists
stat: path=/etc/systemd/system/seafile-gc.timer
register: seafile_gc_timer
tags: seafile
- name: Check if seafile-clean-db timer exists
stat: path=/etc/systemd/system/seafile-clean-db.timer
register: seafile_clean_db_timer
tags: seafile