From: Quinn Casey Date: Wed, 16 Feb 2022 22:01:16 +0000 (-0800) Subject: update source repo X-Git-Tag: ngx-1.6.0-rc1~95^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F63%2Fhead;p=thirdparty%2Fpaperless-ngx.git update source repo --- diff --git a/ansible/tasks/install-source.yml b/ansible/tasks/install-source.yml index 4fc8b1fd8c..3d3b6133a6 100644 --- a/ansible/tasks/install-source.yml +++ b/ansible/tasks/install-source.yml @@ -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/*"