---
# Handlers
- name: restart_gitea
service:
name: gitea
state: restarted
- name: restart_httpd
name: httpd
- name: restart_nginx
name: nginx
...