gitea: Initial version of role
This commit is contained in:
parent
422e1dc9e6
commit
cc02aae481
6 changed files with 200 additions and 0 deletions
5
roles/gitea/handlers/main.yml
Normal file
5
roles/gitea/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Restart gitea
|
||||
ansible.builtin.service:
|
||||
name: gitea
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue