summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/exporter/mosquitto/handlers/main.yml
blob: 27050bea2df747d5d90e05ecb869bfe137494a15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
- name: restart prometheus-mosquitto-exporter
  service:
    name: prometheus-mosquitto-exporter
    state: restarted

- name: reload nginx
  service:
    name: nginx
    state: reloaded