Browse Source

fix fuckup for gogs

services
Edoardo Putti 8 years ago
parent
commit
bdd0afbe00
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      roles/gogs/tasks/main.yaml

+ 5
- 1
roles/gogs/tasks/main.yaml View File

@ -26,6 +26,10 @@
- name: Custom Gogs configuration directory
file: path=/etc/gogs/custom/conf state=directory
- name: Copy Gogs configuration
template: dest=/etc/gogs/custom/conf/app.ini src=app.ini owner=gogs group=gogs
template:
dest=/etc/gogs/custom/conf/app.ini
src=templates/app.ini
owner=gogs
group=gogs
- name: Start at boot
service: name=gogs state=started enabled=yes

Loading…
Cancel
Save