gitea: Initial version of role

This commit is contained in:
Timo Makinen 2023-02-19 13:22:37 +00:00
parent 422e1dc9e6
commit cc02aae481
6 changed files with 200 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: Restart gitea
ansible.builtin.service:
name: gitea
state: restarted