Add gitea role

This commit is contained in:
2019-11-24 18:50:21 -06:00
parent 932f04db5b
commit 43a882e7d9
7 changed files with 300 additions and 0 deletions

View File

@ -0,0 +1,11 @@
---
- name: gitea daemon-reload
systemd:
name: "{{ gitea_service_name }}"
daemon_reload: yes
state: restarted
- name: restart gitea
service:
name: "{{ gitea_service_name }}"
state: restarted