gogs: use debian stretch packages

This commit is contained in:
Markus 2018-05-08 23:15:06 +02:00
parent c5dd0f608a
commit ce8959a1d2
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,6 @@
- name: Install misc software
apt: name={{ item }}
with_items:
- apt-dater-host
- dnsutils
- htop
- less

View File

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