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

6 lines
133 B
YAML
Raw Normal View History

---
- name: Restart alloy
ansible.builtin.command: brew services restart grafana-alloy
async: 120
poll: 0
changed_when: true