xoxys.gitea/handlers/main.yml
Robert Kaussow 5024a136fb
Some checks failed
continuous-integration/drone/push Build is failing
remove nginx integration
2019-07-18 23:51:54 +02:00

11 lines
183 B
YAML

---
- name: Restart Gitea Service
systemd:
name: gitea
state: restarted
daemon_reload: yes
enabled: yes
listen: __gitea_restart
become: True
become_user: root