Update to 2022-05-12 16:00

This commit is contained in:
Daniel Berteaud
2022-05-12 16:00:11 +02:00
parent d29b1a062f
commit 90a2690843
4 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
- name: Extract archive
unarchive:
src: "{{ paperless_root_dir }}/tmp/paperless-ngx-{{ paperless_version }}.tar.xz"
src: "{{ paperless_root_dir }}/tmp/paperless-ngx-v{{ paperless_version }}.tar.xz"
dest: "{{ paperless_root_dir }}/tmp"
remote_src: True