Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 10bf9fd

Browse files
committed
Adjusted paperlessng_version variable explanation
1 parent 9ad81be commit 10bf9fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ansible/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ For a full listing including explanations and allowed values, see the current [d
2525

2626
Additional variables available in this role are listed below, along with default values:
2727

28-
paperlessng_version: 0.9.14
28+
paperlessng_version: latest
2929

3030
The [release](https://github.com/jonaswinkler/paperless-ng/releases) archive version of paperless-ng to install.
31+
`latest` stands for the latest release of paperless-ng.
32+
To install a specific version of paperless-ng, use the tag name of the release, e. g. `ng-1.4.4`, or specify a branch or commit id.
3133

3234
paperlessng_redis_host: localhost
3335
paperlessng_redis_port: 6379

0 commit comments

Comments
 (0)