Simplify molecule tests

"Upgrade" path includes multiple paths anyway:
- installing the latest official release package
- builing the current PR from source
- upgrading between the two versions
This commit is contained in:
Fabian Koller
2021-01-23 22:09:56 +01:00
parent 0d19957d4b
commit bfbdfe857f
9 changed files with 100 additions and 195 deletions

View File

@@ -0,0 +1,10 @@
- name: install previous release
hosts: all
tasks:
- name: set previous version as installation target
set_fact:
paperlessng_version: latest
- name: install previous paperless-ng release
include_role:
name: ansible