blumeops/ansible/roles/forgejo/handlers/main.yml

4 lines
106 B
YAML
Raw Normal View History

---
- name: Restart forgejo
ansible.builtin.command: brew services restart forgejo
changed_when: true