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).
8 lines
152 B
YAML
8 lines
152 B
YAML
---
|
|
- name: fresh installation
|
|
hosts: all
|
|
tasks:
|
|
- name: install paperless-ng with default parameters
|
|
include_role:
|
|
name: ansible
|