Determine installed version by git commit hash
This commit is contained in:
@@ -116,12 +116,12 @@
|
||||
- name: package app
|
||||
archive:
|
||||
path: "{{ gitdir.path }}/dist/"
|
||||
dest: "{{ gitdir.path }}/paperless-ng-{{ paperlessng_version }}.tar.xz"
|
||||
dest: "{{ gitdir.path }}/paperless-ng-{{ paperlessng_commit }}.tar.xz"
|
||||
format: xz
|
||||
|
||||
- name: extract paperless-ng
|
||||
unarchive:
|
||||
src: "{{ gitdir.path }}/paperless-ng-{{ paperlessng_version }}.tar.xz"
|
||||
src: "{{ gitdir.path }}/paperless-ng-{{ paperlessng_commit }}.tar.xz"
|
||||
remote_src: yes
|
||||
dest: "{{ tempdir.path }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user