Update to 2022-09-27 10:00

This commit is contained in:
Daniel Berteaud 2022-09-27 10:00:17 +02:00
parent c784f8505a
commit 6403f136c7
2 changed files with 3 additions and 2 deletions

View File

@ -1,13 +1,13 @@
---
# The version to deploy
paperless_version: 1.8.0
paperless_version: 1.9.1
# Instance ID, as you can deploy several instances on the same server
paperless_id: 1
# URL of the paperless archive
paperless_archive_url: https://github.com/paperless-ngx/paperless-ngx/releases/download/v{{ paperless_version }}/paperless-ngx-v{{ paperless_version }}.tar.xz
# Expected checksum
paperless_archive_sha256: 04b7e1874e11bc124545088f5e4325f17956a993962a68e397eea5677dbab2d5
paperless_archive_sha256: 296ab7cd4112f249577b134ef64ae5a9929911a8ce8644c7175dedff7af1acf7
# Should ansible handle install and upgrades, or only initial install
paperless_manage_upgrade: True
# Root directory where paperless will be installed

View File

@ -25,3 +25,4 @@ paperless_packages:
- postgresql14
- zbar
- poppler-utils
- mariadb-devel