forked from infra/ansible
gogs: style fix
This commit is contained in:
parent
b362ac8e6b
commit
2a15de42cf
@ -7,10 +7,10 @@
|
||||
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 8 main"
|
||||
|
||||
- name: Install gogs
|
||||
apt: name=gogs state=latest
|
||||
apt: name=gogs
|
||||
|
||||
- name: Install PostgreSQL
|
||||
apt: name={{ item }}
|
||||
|
Loading…
Reference in New Issue
Block a user