1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-prometheus synced 2024-10-23 20:07:00 +02:00
ansible-collection-prometheus/roles/dnsbl_exporter/handlers/main.yml

7 lines
115 B
YAML
Raw Normal View History

2020-11-22 01:50:26 +01:00
---
- name: restart prometheus-dnsbl-exporter
service:
name: prometheus-dnsbl-exporter
state: restarted