forked from infra/ansible
gogs: use debian stretch packages
This commit is contained in:
parent
c5dd0f608a
commit
ce8959a1d2
@ -22,7 +22,6 @@
|
|||||||
- name: Install misc software
|
- name: Install misc software
|
||||||
apt: name={{ item }}
|
apt: name={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- apt-dater-host
|
|
||||||
- dnsutils
|
- dnsutils
|
||||||
- htop
|
- htop
|
||||||
- less
|
- less
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
apt_key: url='https://deb.packager.io/key'
|
apt_key: url='https://deb.packager.io/key'
|
||||||
|
|
||||||
- name: Enable gogs repository
|
- 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
|
- name: Install gogs
|
||||||
apt: name=gogs
|
apt: name=gogs
|
||||||
|
Loading…
Reference in New Issue
Block a user