Add gitea role
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-01-12 21:40:14 +01:00
parent 4cba7722cd
commit f13ae508f1
3 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Reload systemd
ansible.builtin.systemd:
daemon_reload: yes
- name: Restart gitea
ansible.builtin.systemd:
name: gitea
state: restarted