ansible-collection-prometheus/roles/bind_exporter/handlers/main.yml

11 lines
216 B
YAML
Raw Normal View History

---
- name: Restart bind_exporter
listen: "restart bind_exporter"
become: true
ansible.builtin.systemd:
daemon_reload: true
name: bind_exporter
state: restarted
when:
- not ansible_check_mode