diff --git a/ansible/tasks/install-source.yml b/ansible/tasks/install-source.yml index 4fc8b1fd8..3d3b6133a 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/*"