mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00

Provide a separate scenario to install the last release, then update to the current one. Also includes improved deployment verification (check if uploading a .txt through the API works).
11 lines
256 B
YAML
11 lines
256 B
YAML
- name: install previous release
|
|
hosts: all
|
|
tasks:
|
|
- name: set previous version as installation target
|
|
set_fact:
|
|
paperlessng_version: 0.9.13
|
|
|
|
- name: install previous paperless-ng release
|
|
include_role:
|
|
name: ansible
|