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

6 lines
123 B
YAML
Raw Normal View History

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