Merge pull request #63 from paperless-ngx/ansible-ci-fixes

CI: Ansible Test fix
This commit is contained in:
Florian 2022-02-17 00:25:13 +01:00 committed by GitHub
commit 04a4cd7d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
- name: pull paperless-ng
git:
repo: https://github.com/jonaswinkler/paperless-ng.git
repo: https://github.com/paperless-ngx/paperless-ngx.git
dest: "{{ gitdir.path }}"
version: "{{ paperlessng_version }}"
refspec: "+refs/pull/*:refs/pull/*"