gogs: apt repo key location has changed

This commit is contained in:
Markus 2019-02-18 19:15:34 +01:00
parent f576ebe615
commit 905f86f2df
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
apt: name=apt-transport-https
- name: Enable gogs apt-key
apt_key: url='https://deb.packager.io/key'
apt_key: url='https://dl.packager.io/srv/pkgr/gogs/key'
- name: Enable gogs repository
apt_repository: repo="deb https://dl.packager.io/srv/deb/pkgr/gogs/pkgr/debian 9 main"