1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00
ansible_role_gitea/handlers/main.yml

6 lines
123 B
YAML
Raw Normal View History

2017-01-10 22:09:34 +01:00
- name: "Restart gitea"
service: name=gitea state=restarted
- name: "Reload systemd"
shell: "systemctl daemon-reload"